Skip to content

Commit 66aba77

Browse files
Merge pull request #1849 from contentstack/fix/back-merge-07-04
Fix/back merge 07-04
2 parents b9927cd + 0af5d98 commit 66aba77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)