Skip to content

Commit 7fe334c

Browse files
committed
adjust github actions
1 parent 5256dfb commit 7fe334c

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
@@ -46,7 +46,7 @@ jobs:
4646
if: startsWith(github.ref, 'refs/tags/v') # Run this step if the tag starts with 'v'
4747
uses: softprops/action-gh-release@v1
4848
with:
49-
tag_name: ${{ env.TAG_NAME }} # Tag to create release
49+
tag_name: ${{ env.TAG_NAME }}-${{ env.BRANCH_NAME }} # Tag to create release
5050
release_name: Release ${{ env.TAG_NAME }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
5151
files: |
5252
dist/*

0 commit comments

Comments
 (0)