Skip to content

Commit 899fa91

Browse files
committed
Fixed commit
1 parent 364741d commit 899fa91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757

5858
- name: Push version changes to GitHub
5959
run: |
60+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
61+
git config --global user.name "github-actions[bot]"
6062
git add .
6163
git commit -m "chore: update "
6264
git push

0 commit comments

Comments
 (0)