fix: gen-changelog.yml

This commit is contained in:
MistEO
2023-05-06 16:29:15 +08:00
committed by GitHub
parent 6c9ee34ad8
commit fd57b50010

View File

@@ -39,6 +39,7 @@ jobs:
commit_msg="docs: Auto Generate Changelog of Release ""${{ steps.extract_tag.outputs.tag_name }}"
git commit -m "$commit_msg"
git branch -D changelog
git switch -c changelog
- name: Push changes # push the output folder to your repo