Skip to content

Commit 2f37673

Browse files
Merge pull request #12 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): add git user to the workflow configuration
2 parents f27b330 + 82b3916 commit 2f37673

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)