From 872df0fd65f925d5015c4845b471fa0ae1c9936e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Wed, 14 Jan 2026 05:57:40 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/devstar-v?= =?UTF-8?q?scode-release.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/devstar-vscode-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]"