Skip to content

Commit b7805b6

Browse files
authored
Merge pull request #1862 from contentstack/fix/stage2
Fixed Release workflow
2 parents 4480dff + e70f5f1 commit b7805b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,5 @@ jobs:
307307
id: create_release
308308
env:
309309
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
310-
VERSION: ${{ steps.publish-to-npm.outputs.version }}
310+
VERSION: ${{ steps.publish-core.outputs.version }}
311311
run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes

0 commit comments

Comments
 (0)