Skip to content

Commit 68cfa43

Browse files
committed
fix: add tag_name parameter to GitHub release action
1 parent bd56866 commit 68cfa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:
58+
tag_name: v${{ steps.package-version.outputs.version }}
5859
generate_release_notes: true

0 commit comments

Comments
 (0)