[Release] v1.0.1

pull/45/head
Mist 2024-03-17 01:55:44 +08:00
parent b4fa56ba7e
commit fed7cd3bb3
No known key found for this signature in database
GPG Key ID: B6B08DB7604B8628
1 changed files with 9 additions and 2 deletions

View File

@ -81,9 +81,16 @@ jobs:
run: python3 scripts/replace-template.py run: python3 scripts/replace-template.py
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v7
with: with:
message: "[Update] apply template" message: '[Update] files based on generated files by template generator'
pull_strategy: 'NO-PULL'
push: false
- name: Push changes
run: |
git pull --rebase
git push
- name: Read version from project config - name: Read version from project config
id: read_toml id: read_toml