Skip to content

Commit a485b37

Browse files
authored
Merge branch 'development' into feat/oauth-sdk-integration
2 parents 4809855 + 66aba77 commit a485b37

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)