fix(release): changelog script

This commit is contained in:
xilesun 2024-09-03 10:35:49 +08:00
parent 4f56b0e559
commit 82cc45c014

View File

@ -67,6 +67,7 @@ jobs:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Commit and push
run: |
git pull
git add .
git commit -m "docs: update changelogs"
git push origin main