From 1f6654d32a8a3f666b0e859317df0887f4fe0ae9 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 20:24:56 +0800 Subject: [PATCH] Release v1.0.5 --- .gitea/workflows/AutoRelease.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 5bcaff6..785aef8 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -13,12 +13,12 @@ jobs: steps: - # - name: Checkout - # uses: https://gitee.com/actions-mirror/checkout@v4 - # with: - # fetch-depth: 0 - # # 如果你文档需要 Git 子模块,取消注释下一行 - # submodules: true + - name: Checkout + uses: https://gitee.com/actions-mirror/checkout@v4 + with: + fetch-depth: 0 + # 如果你文档需要 Git 子模块,取消注释下一行 + submodules: true # - name: 替换软件源为国内软件源 # run: |