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 a57630f commit 53804ffCopy full SHA for 53804ff
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Release
24
run: ./mvnw --batch-mode deploy jreleaser:sign jreleaser:deploy
25
env:
26
+ JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
29
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
0 commit comments