Skip to content

Commit fbcf834

Browse files
committed
attempt to fix release tag with branch
1 parent 4fa7682 commit fbcf834

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
@@ -51,7 +51,7 @@ jobs:
5151
uses: softprops/action-gh-release@v1
5252
with:
5353
tag_name: ${{ env.VERSION }}-${{ env.BRANCH_NAME }} # Tag to create release
54-
release_name: Release ${{ env.VERSION }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
54+
name: Release ${{ env.VERSION }} from branch ${{ env.BRANCH_NAME }} # Correct input 'name' for release title
5555
files: |
5656
dist/*
5757
env:

0 commit comments

Comments
 (0)