Skip to content

Commit 521b350

Browse files
committed
fix: rename bot user name
1 parent f49c91c commit 521b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Setup git credentials
2929
run: |
30-
git config --global user.name 'Auto Release Bot'
30+
git config --global user.name 'github-actions[bot]'
3131
git config --global user.email '[email protected]'
3232
3333
- name: Get current package.json version

0 commit comments

Comments
 (0)