Skip to content

Commit 995a467

Browse files
use branch name for release tag
1 parent 4726ed7 commit 995a467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: marvinpinto/action-automatic-releases@latest
3333
with:
3434
repo_token: ${{ secrets.GITHUB_TOKEN }}
35-
automatic_release_tag: ${{ steps.package-version.outputs.current-version }}
35+
automatic_release_tag: ${GITHUB_REF##*/}
3636
prerelease: false
3737
files: |
3838
release/build/*.zip

0 commit comments

Comments
 (0)