We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4ae1e7 + a8b52c7 commit edd8e98Copy full SHA for edd8e98
.github/workflows/release.yml
@@ -304,4 +304,5 @@ jobs:
304
id: create_release
305
env:
306
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
307
- 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 }}
308
+ run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes
0 commit comments