Skip to content

Commit edd8e98

Browse files
authored
Merge pull request #1841 from contentstack/fix/stage
Fixed Release workflow
2 parents d4ae1e7 + a8b52c7 commit edd8e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,5 @@ jobs:
304304
id: create_release
305305
env:
306306
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
307-
run: gh release create v${{ steps.publish-core.outputs.version }} --title "Release ${{ steps.publish-core.outputs.version }}" --generate-notes
307+
VERSION: ${{ steps.publish-to-npm.outputs.version }}
308+
run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes

0 commit comments

Comments
 (0)