diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index 658b83f..0c88478 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -56,8 +56,8 @@ jobs: - name: Commit version change run: | - git config user.name "github-actions" - git config user.email "github-actions@users.noreply.github.com" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add package.json git commit -m "chore(release): v${{ steps.version.outputs.version }}" git push origin HEAD