更新 .gitea/workflows/devstar-vscode-release.yaml
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Failing after 10s

This commit is contained in:
2026-01-14 05:57:40 +00:00
parent 505881edef
commit 872df0fd65

View File

@@ -34,7 +34,7 @@ jobs:
# 配置用户信息 # 配置用户信息
git config --global user.name "devstar" 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 - name: Check and bump version
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
@@ -67,8 +67,8 @@ jobs:
mv package.json.tmp package.json mv package.json.tmp package.json
# 提交版本变更 # 提交版本变更
git config user.name "github-actions" git config user.name "devstar-actions"
git config user.email "github-actions@github.com" git config user.email "devstar-actions@devstar.cn"
git add package.json git add package.json
git commit -m "chore: bump version to $NEW_VERSION [skip ci]" git commit -m "chore: bump version to $NEW_VERSION [skip ci]"