Skip to content

Commit 4b8f8d3

Browse files
committed
Set global Git user configuration for automated commits in release workflow
1 parent 7ba26ae commit 4b8f8d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575

7676
- name: Commit Changes
7777
run: |
78+
git config --global user.email "[email protected]"
79+
git config --global user.name "Processing Bot"
80+
7881
git add .
7982
git commit -m "Prepare release ${{ github.event.release.tag_name }}"
8083

0 commit comments

Comments
 (0)