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 cf26738 commit b3e75f6Copy full SHA for b3e75f6
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
timeout-minutes: 30
16
env:
17
JDK_VER: 11
18
- JRELEASER_GITHUB_TOKEN: $${{ secrets.GITHUB_TOKEN }}
+ JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_KEY }}
20
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
21
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PWD }}
0 commit comments