From 92a7e03482e7fc70c7e8e0dab4fc9f4125e6d264 Mon Sep 17 00:00:00 2001 From: zhiyi Date: Thu, 3 Oct 2024 16:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=94=B9auto-release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 62c5e2e..2f903b9 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -12,9 +12,11 @@ jobs: steps: - name: Checkout repository + uses: actions/checkout@v4 env: GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Git run: |