From 6e261fadc49d5057d8717ad85b025f9cdf54848c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Fri, 5 Sep 2025 01:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release_branch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_release_branch.yml b/.github/workflows/build_release_branch.yml index 976ba900b..c8d1a86be 100644 --- a/.github/workflows/build_release_branch.yml +++ b/.github/workflows/build_release_branch.yml @@ -60,6 +60,7 @@ jobs: echo "🆕 创建新的 orphan 分支" git checkout --orphan release + git rm -rf . echo "📦 检出 main 分支的内容到工作区" git checkout main -- repo .gitignore @@ -75,7 +76,7 @@ jobs: - name: 🚀 提交并推送到 Release 分支 uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "🔄 重置 release 分支 - 自动构建于 $(date '+%Y-%m-%d %H:%M:%S')" + commit_message: "rebuild release branch" branch: release push_options: '--force' repository: bettergi-scripts-list