We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb57e7 commit 829e3c1Copy full SHA for 829e3c1
.github/workflows/release.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Install standard-version
25
run: npm install --save-dev standard-version
26
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
+
32
- name: Run standard-version
33
run: npx standard-version # 自动更新版本号
34
0 commit comments