We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aafdb8 commit 7070ab5Copy full SHA for 7070ab5
1 file changed
.github/workflows/release.yml
@@ -66,4 +66,4 @@ jobs:
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
VERSION: ${{ steps.release-plugin.outputs.version }}
69
- run: gh release create v${{ steps.release-plugin.outputs.version }} --title "Release ${{ steps.release-plugin.outputs.version }}" --generate-notes
+ run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes
0 commit comments