Skip to content

Commit 368e71a

Browse files
chore: add git config
Signed-off-by: Joris Mancini <[email protected]>
1 parent 3e9d5f3 commit 368e71a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
- name: Commit and tag release version
4343
run: |
44+
git config --global user.name "github-actions[bot]"
45+
git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
4446
git checkout -b release-${{ github.ref_name }}
4547
git add .
4648
git commit -m "Prepare release ${{ github.ref_name }}"

0 commit comments

Comments
 (0)