From a22259c42f3f3b1bf8730f20ddb7ce4c87d2720f Mon Sep 17 00:00:00 2001 From: marherb <1014287974@qq.com> Date: Sat, 4 May 2024 22:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(workflow):=20=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E5=A4=9A=E4=B8=AA=E6=8F=90=E4=BA=A4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2a8506..4461754 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Use Node.js uses: actions/setup-node@v4