diff --git a/.gitea/workflows/devstar-vscode-release.yaml b/.gitea/workflows/devstar-vscode-release.yaml index eedeabb..b640939 100644 --- a/.gitea/workflows/devstar-vscode-release.yaml +++ b/.gitea/workflows/devstar-vscode-release.yaml @@ -34,7 +34,7 @@ jobs: # 配置用户信息 git config --global user.name "devstar" - git config --global user.email "devstar@noreply.github.com" + git config --global user.email "devstar@noreply.devstar.cn" - name: Check and bump version if: github.event_name == 'pull_request' @@ -67,8 +67,8 @@ jobs: mv package.json.tmp package.json # 提交版本变更 - git config user.name "github-actions" - git config user.email "github-actions@github.com" + git config user.name "devstar-actions" + git config user.email "devstar-actions@devstar.cn" git add package.json git commit -m "chore: bump version to $NEW_VERSION [skip ci]"