更新 .gitea/workflows/devstar-vscode-release.yaml
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Failing after 10s
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Failing after 10s
This commit is contained in:
@@ -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]"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user