From e70f5f1424ca2aa2aae82095c59cba8b28f61c36 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Fri, 11 Apr 2025 14:16:24 +0530 Subject: [PATCH] Fixed Release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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