Skip to content

Commit 9d0d112

Browse files
committed
add tag_name to gh release
1 parent 55fc8ea commit 9d0d112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
uses: softprops/action-gh-release@v2
178178
with:
179179
files: dist/*
180+
tag_name: v${{ steps.next-version.outputs.version }} # note: prepend 'v'
180181
generate_release_notes: true
181182
env:
182183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)