Skip to content

Commit 127b1cb

Browse files
committed
use softprops/action-gh-release@v2 - 2
1 parent 092c508 commit 127b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: softprops/action-gh-release@v2
3333
if: steps.next-version.outputs.version != ''
3434
with:
35-
name: v${{ steps.next-version.outputs.version }}
3635
files: dist/*
36+
tag_name: v${{ steps.next-version.outputs.version }}
3737
generate_release_notes: true
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)