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 c8f2acb commit 59e7773Copy full SHA for 59e7773
.github/workflows/publish-maven.yml
@@ -20,6 +20,6 @@ jobs:
20
run: |
21
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
22
- name: Publish package
23
- run: mvn --batch-mode deploy
+ run: mvn --batch-mode deploy -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments