We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09b8c7 commit 9311d3fCopy full SHA for 9311d3f
1 file changed
.github/workflows/release.yml
@@ -51,3 +51,8 @@ jobs:
51
CHANGELOG.md
52
commit-message: "release: Bump version for ${{ env.NPM_VERSION }}"
53
tag: v${{ env.NPM_VERSION }}
54
+
55
+ - name: Create GitHub Release
56
+ run: gh release create v${{ env.NPM_VERSION }} --title "v${{ env.NPM_VERSION }}" --generate-notes
57
+ env:
58
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments