Skip to content

Commit ab02ee3

Browse files
committed
fix: deploy.yml
1 parent 525a252 commit ab02ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
5353
generateReleaseNotes: false
5454
body: ${{ steps.changelog.outputs.changelog }}
55-
tag: ${{ steps.gitversion.outputs.semVer }}
55+
tag: "v${{ steps.gitversion.outputs.semVer }}"
5656
allowUpdates: true
5757
makeLatest: true

0 commit comments

Comments
 (0)