Skip to content

Commit 82b3916

Browse files
chore(DVIZ-24): add git user to the workflow configuration
1 parent 4f964ab commit 82b3916

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-maven-
4141
42+
- name: Configure Git user
43+
run: |
44+
git config user.email "[email protected]"
45+
git config user.name "Timothy Mugo Gachengo"
46+
4247
- name: Prepare Release
4348
id: release
4449
env:

0 commit comments

Comments
 (0)