We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb9cc commit 15b9bb8Copy full SHA for 15b9bb8
.github/workflows/deploy.yml
@@ -52,4 +52,5 @@ jobs:
52
- name: Deploy to Sonatype Central
53
run: |
54
./mvnw clean deploy --batch-mode -X -Prelease \
55
- -Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }}
+ -Dgpg.keyname=${{ secrets.MVN_GPG_KEY_ID }} \
56
+ -Dgpg.passphrase=""
0 commit comments