修复远程终端识别本地操作系统问题并完善工作流配置 #7
@@ -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]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user