Skip to content

Commit 705bc24

Browse files
committed
chore: update release workflow
1 parent f52b3ed commit 705bc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
194194
- name: 'Release with JReleaser'
195195
env:
196-
JRELEASER_BRANCH: master
196+
JRELEASER_BRANCH: ${GITHUB_REF#refs/heads/}
197197
JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }}
198198
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
199199
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)