We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4ab47 commit 9c7206dCopy full SHA for 9c7206d
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Build and deploy a release including native-images
+name: Release
2
3
# Runs manually
4
on:
@@ -75,8 +75,8 @@ jobs:
75
git commit -m "set release version to ${next_version}"
76
git tag -a "release/${next_version}" -m "tagged version ${next_version}"
77
export GPG_TTY=$TTY
78
- mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
79
mv ./natives/* ./cli/target/
+ mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
80
env:
81
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
82
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments