Skip to content

Commit 5256dfb

Browse files
committed
adjust github actions
1 parent 70dbcc3 commit 5256dfb

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: softprops/action-gh-release@v1
4848
with:
4949
tag_name: ${{ env.TAG_NAME }} # Tag to create release
50-
release_name: Release ${{ env.TAG_NAME }} from branch ${{ github.ref#refs/tags/}} # Include branch name in release title
50+
release_name: Release ${{ env.TAG_NAME }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
5151
files: |
5252
dist/*
5353
env:

0 commit comments

Comments
 (0)