fix(ci): changelog and release

This commit is contained in:
xilesun 2024-09-03 21:08:44 +08:00
parent c4a3f81762
commit 10e8622bf5

View File

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