We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d89fb3 commit 8628ea5Copy full SHA for 8628ea5
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
ossrh-password: ${{ secrets.OSSRH_PASSWORD }}
27
- env:
28
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
29
- run: bash ./gen-gpg-key.sh
+ run: ./gen-gpg-key.sh
30
name: Generate GPG key
31
- name: Deploy
32
run: mvn deploy -Prelease -X
0 commit comments