Skip to content

Commit 5c57965

Browse files
authored
Update prepare-release-pr.yml (#31)
1 parent 2a07067 commit 5c57965

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
@@ -59,8 +59,8 @@ jobs:
5959

6060
- name: Commit version change
6161
run: |
62-
git config user.name "safe-formdata[bot]"
63-
git config user.email "safe-formdata[bot]@users.noreply.github.com"
62+
git config user.name "github-actions[bot]"
63+
git config user.email "github-actions[bot]@users.noreply.github.com"
6464
git checkout -b release/v${{ steps.version.outputs.version }}
6565
git add package.json
6666
git commit -m "chore(release): v${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)