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.
2 parents 130745f + a60358b commit fd3cfcaCopy full SHA for fd3cfca
.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