Skip to content

Commit b2f3ec4

Browse files
committed
Set git user
1 parent 8fd608b commit b2f3ec4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
draft: false
3939
prerelease: false
4040

41+
- name: Configure Git
42+
run: |
43+
git config user.name "GitHub Actions"
44+
git config user.email "actions@github.com"
45+
4146
- name: Update major version tag
4247
if: startsWith(github.ref, 'refs/tags/v')
4348
run: |

0 commit comments

Comments
 (0)