👷 prepare for changelog automation

This commit is contained in:
yanyongyu
2022-02-14 21:54:38 +08:00
parent 8f38fc5795
commit 6ceaf51af7
3 changed files with 17 additions and 5 deletions

View File

@ -25,6 +25,10 @@ jobs:
- name: Archive Files
run: yarn archive $(poetry version -s)
# TODO
- name: Archive Changelog
run: cat CHANGELOG.md
- name: Push Tag
run: |
git config user.name github-actions