Skip to content

Commit da53c6a

Browse files
Set Git user in release workflow (#41)
Required as GitHub Actions doesn't have any user info set
1 parent b14e5f6 commit da53c6a

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
@@ -29,6 +29,11 @@ jobs:
2929
java-version: '11'
3030
distribution: 'temurin'
3131

32+
- name: Update Git user
33+
run: |
34+
git config --local user.name "IABTechLab"
35+
git config --local user.email [email protected]
36+
3237
- name: Validate Gradle Wrapper
3338
uses: gradle/wrapper-validation-action@v1
3439

0 commit comments

Comments
 (0)