We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82441f0 commit d7313afCopy full SHA for d7313af
.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