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 8d4cb3a commit 60d7dd6Copy full SHA for 60d7dd6
.github/workflows/release.yml
@@ -193,7 +193,7 @@ jobs:
193
194
- name: 'Release with JReleaser'
195
env:
196
- JRELEASER_BRANCH: master
+ JRELEASER_BRANCH: ${GITHUB_REF#refs/heads/}
197
JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }}
198
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
199
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments