From fd19e6e449b0047ee03fe019f874993024678d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Tue, 9 Sep 2025 01:03:33 +0800 Subject: [PATCH] Update build_release_branch.yml --- .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 c8d1a86be..a68b7b76d 100644 --- a/.github/workflows/build_release_branch.yml +++ b/.github/workflows/build_release_branch.yml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v4 with: path: bettergi-scripts-list + fetch-depth: 0 - name: 🚀 配置 Node.js 环境 uses: actions/setup-node@v4 @@ -84,4 +85,4 @@ jobs: skip_dirty_check: true skip_fetch: false skip_checkout: true - create_branch: false \ No newline at end of file + create_branch: false