From fed7cd3bb319655f1cbf57ece616a6304653132a Mon Sep 17 00:00:00 2001 From: Mist Date: Sun, 17 Mar 2024 01:55:44 +0800 Subject: [PATCH] [Release] v1.0.1 --- .github/workflows/release.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe5af2c..e73cbd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,9 +81,16 @@ jobs: run: python3 scripts/replace-template.py - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v7 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 id: read_toml