From 47b5e7b06e747b7a90c8c69259dbd3fe2696799c Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 25 Sep 2025 09:55:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95ci=EF=BC=88=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=9E=84=E5=BB=BA=E5=88=B6=E5=93=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58e9430a..91f165be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 # 2. 提取版本号 - name: Extract Version