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.
1 parent 4480dff commit e70f5f1Copy full SHA for e70f5f1
.github/workflows/release.yml
@@ -307,5 +307,5 @@ jobs:
307
id: create_release
308
env:
309
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
310
- VERSION: ${{ steps.publish-to-npm.outputs.version }}
+ VERSION: ${{ steps.publish-core.outputs.version }}
311
run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes
0 commit comments