Skip to content

Commit f0461ed

Browse files
committed
Update main.yml
1 parent 6cafe1e commit f0461ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292

9393
- name: Set Git User
9494
run: |
95-
git config user.email "[email protected]"
96-
git config user.name "github-actions"
95+
git config --global user.email "[email protected]"
96+
git config --global user.name "github-actions"
9797
9898
- name: Create Release Pull Request or Publish
9999
id: changesets

0 commit comments

Comments
 (0)