👷 disable auto push

This commit is contained in:
yanyongyu
2022-02-16 14:28:44 +08:00
parent 98e0ec27ee
commit 004a308765
2 changed files with 18 additions and 1 deletions

View File

@ -29,9 +29,12 @@ jobs:
with:
changelog_file: website/src/pages/changelog.md
archive_title: ${{ env.TAG_NAME }}
commit_and_push: false
- name: Archive Files
run: yarn archive $(poetry version -s)
run: |
yarn archive $(poetry version -s)
yarn prettier
- name: Push Tag
run: |