We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525a252 commit ab02ee3Copy full SHA for ab02ee3
.github/workflows/deploy.yml
@@ -52,6 +52,6 @@ jobs:
52
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
53
generateReleaseNotes: false
54
body: ${{ steps.changelog.outputs.changelog }}
55
- tag: ${{ steps.gitversion.outputs.semVer }}
+ tag: "v${{ steps.gitversion.outputs.semVer }}"
56
allowUpdates: true
57
makeLatest: true
0 commit comments