We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe1e4b commit ee3b5abCopy full SHA for ee3b5ab
.github/workflows/deploy.yml
@@ -27,4 +27,6 @@ jobs:
27
- env:
28
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
29
run: bash ./gen-gpg-key.sh
30
- # - run: mvn deploy -Prelease
+ name: Generate GPG key
31
+ - name: Deploy
32
+ run: mvn deploy -Prelease
0 commit comments