We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4480dff + e70f5f1 commit b7805b6Copy full SHA for b7805b6
.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