Release v1.0.5
Some checks failed
自动版本发布 / AutoRelease (push) Failing after 4s

This commit is contained in:
iorebuild 2025-04-10 20:41:49 +08:00
parent 2b45c9759c
commit ddc9c8ab51

View File

@ -14,7 +14,7 @@ jobs:
# 以下是steps
steps:
- name: 删除本地仓库副本设置环境变量
- name: 设置环境变量
env:
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
@ -23,10 +23,6 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
if [ -d "$REPO_NAME" ]; then
rm -rf "$REPO_NAME"
fi
# 检出仓库
- name: Checkout
uses: https://gitee.com/actions-mirror/checkout@v4