We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4bb35 commit 0c4fe0aCopy full SHA for 0c4fe0a
.github/workflows/prepare-release-pr.yml
@@ -56,8 +56,8 @@ jobs:
56
57
- name: Commit version change
58
run: |
59
- git config user.name "github-actions"
60
- git config user.email "[email protected]"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
git add package.json
62
git commit -m "chore(release): v${{ steps.version.outputs.version }}"
63
git push origin HEAD
0 commit comments