There was an error while loading. Please reload this page.
gh release
changelogithub
1 parent fbfc7f5 commit bde78eaCopy full SHA for bde78ea
1 file changed
.github/workflows/release.yaml
@@ -46,6 +46,6 @@ jobs:
46
run: npm publish --access public --provenance
47
48
- name: create github release
49
- run: gh release create ${{ github.ref_name }} --generate-notes
+ run: npx changelogithub@14.0.0
50
env:
51
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments