ci: use changelogithub to generate changelog

pull/7035/head
Andy Hsu 2024-08-18 13:57:44 +08:00
parent e8e6d71c41
commit 69e5b66b50
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ jobs:
id: changelog
run: |
git tag -l
npx changelogen@latest --output CHANGELOG.md
npx changelogithub --output CHANGELOG.md
# npx changelogen@latest --output CHANGELOG.md
- name: Upload assets
uses: softprops/action-gh-release@v2