We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9927cd + 0af5d98 commit 66aba77Copy full SHA for 66aba77
1 file changed
.github/workflows/release.yml
@@ -303,4 +303,5 @@ jobs:
303
id: create_release
304
env:
305
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
306
- run: gh release create v${{ steps.publish-core.outputs.version }} --title "Release ${{ steps.publish-core.outputs.version }}" --generate-notes
+ VERSION: ${{ steps.publish-to-npm.outputs.version }}
307
+ run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes
0 commit comments