We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6061b87 commit 05af258Copy full SHA for 05af258
.github/workflows/release-latest-version.yaml
@@ -25,7 +25,7 @@ jobs:
25
# Verify gpg secret key
26
gpg --list-secret-keys --keyid-format LONG
27
- name: Publish package
28
- run: mvn -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} --batch-mode deploy
+ run: mvn -Prelease-sign-artifacts -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} --batch-mode deploy
29
env:
30
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
31
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments