Skip to content

Commit 0c4fe0a

Browse files
authored
ci: Fix git config username and email (#29)
1 parent ce4bb35 commit 0c4fe0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
5757
- name: Commit version change
5858
run: |
59-
git config user.name "github-actions"
60-
git config user.email "[email protected]"
59+
git config user.name "github-actions[bot]"
60+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6161
git add package.json
6262
git commit -m "chore(release): v${{ steps.version.outputs.version }}"
6363
git push origin HEAD

0 commit comments

Comments
 (0)