Skip to content

Commit bde78ea

Browse files
committed
ci: replace gh release with changelogithub via npm
1 parent fbfc7f5 commit bde78ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
run: npm publish --access public --provenance
4747

4848
- name: create github release
49-
run: gh release create ${{ github.ref_name }} --generate-notes
49+
run: npx changelogithub@14.0.0
5050
env:
51-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)