We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd56866 commit 68cfa43Copy full SHA for 68cfa43
.github/workflows/release.yml
@@ -55,4 +55,5 @@ jobs:
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
with:
58
+ tag_name: v${{ steps.package-version.outputs.version }}
59
generate_release_notes: true
0 commit comments