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