Skip to content

Commit 3cee775

Browse files
authored
Merge pull request #1862 from contentstack/fix/stage2
Fixed Release workflow
2 parents 82441f0 + d7313af commit 3cee775

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)