diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04ac3c128f..ee7caf7125 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -307,5 +307,5 @@ jobs: id: create_release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VERSION: ${{ steps.publish-to-npm.outputs.version }} + VERSION: ${{ steps.publish-core.outputs.version }} run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes