Skip to content

Commit 7cae854

Browse files
committed
Add bot's git info
1 parent 735489a commit 7cae854

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create_release_pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
#run: git checkout -b release/${{ github.event.inputs.versionName }}
3131
run: git checkout -b test-sentry-release-bot
3232

33+
- name: Set bot's Git info
34+
run: |
35+
git config --global user.email "10587625+getsentry-bot@users.noreply.github.com"
36+
git config --global user.name "getsentry-bot"
37+
3338
- name: Update version and push
3439
id: make-commit
3540
run: |

0 commit comments

Comments
 (0)