Skip to content

Commit 829e3c1

Browse files
committed
修复自动构建
1 parent bbb57e7 commit 829e3c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Install standard-version
2525
run: npm install --save-dev standard-version
2626

27+
- name: Set Git user name and email
28+
run: |
29+
git config --global user.name "GitHub Actions"
30+
git config --global user.email "[email protected]"
31+
2732
- name: Run standard-version
2833
run: npx standard-version # 自动更新版本号
2934

0 commit comments

Comments
 (0)