From 7bbd8455e9ac6aa2f7aca52f6694736629ba031d Mon Sep 17 00:00:00 2001 From: hi2hi Date: Tue, 10 Dec 2024 06:24:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=A2=9E=E5=8A=A0GitHub=20Actions?= =?UTF-8?q?=E4=B8=AD=E7=9A=84fetch-depth=E4=B8=BA10=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E4=BB=A3=E7=A0=81=E6=A3=80=E5=87=BA=E6=B7=B1?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa3767..57156dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 10 - name: Setup Node.js uses: actions/setup-node@v3