Skip to content

Commit 3683651

Browse files
Merge pull request #1849 from contentstack/fix/back-merge-07-04
Fix/back merge 07-04
2 parents 130745f + fd3cfca commit 3683651

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
@@ -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)