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