Release v1.1.0
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 12s

This commit is contained in:
iorebuild 2025-04-10 22:18:53 +08:00
parent f3c9367a26
commit 72f047ea84

View File

@ -23,13 +23,15 @@ jobs:
- name: 设置环境变量
env:
CURRENT_USER_NAME: "iorebuild"
CURRENT_USER_EMAIL: "liyepan@linuxacme.com"
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
REPO_NAME: ${{ github.event.repository.name }}
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
echo "Name = ${{ github.actor }}"
echo "Email = ${{ github.actor }}@users.noreply.git.linuxacme.com"
git config user.name "$CURRENT_USER_NAME"
git config user.email "$CURRENT_USER_EMAIL"
echo "Name = $CURRENT_USER_NAME"
echo "Email = $CURRENT_USER_EMAIL"
- name: 替换软件源为国内软件源USTC
run: |