From bea98a8f98394f42d423ba51713117ae11bf8513 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 20:23:01 +0800 Subject: [PATCH] Release v1.0.5 --- .gitea/workflows/AutoRelease.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index e02f594..48d872a 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -12,6 +12,14 @@ jobs: if: "contains(github.event.head_commit.message, 'Release')" steps: + + - name: Checkout + uses: https://gitee.com/actions-mirror/checkout@v4 + with: + fetch-depth: 0 + # 如果你文档需要 Git 子模块,取消注释下一行 + submodules: true + - name: 替换软件源为国内软件源 run: | cat /etc/os-release @@ -52,13 +60,6 @@ jobs: # CLEAN_REPO_URL="${CLEAN_REPO_URL#https://}" # git clone "https://${GITEA_TOKEN}@${CLEAN_REPO_URL}" . - - name: Checkout - uses: https://gitee.com/actions-mirror/checkout@v4 - with: - fetch-depth: 0 - # 如果你文档需要 Git 子模块,取消注释下一行 - submodules: true - - name: 设置 Git 身份 run: | git config user.name "${{ github.actor }}"