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 59e7773 commit e79f51dCopy full SHA for e79f51d
.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 -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
+ run: mvn --batch-mode deploy -Dgpg.passphrase='${{ secrets.GPG_PASSWORD }}'
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments