Skip to content

Commit b028c0f

Browse files
committed
chore: release automation - configure Git user
1 parent 9af380b commit b028c0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Configure Git User # may be removed after https://github.com/actions/checkout/issues/13 is resolved
19+
run: |
20+
git config user.email "${{ github.actor }}@users.noreply.github.com"
21+
git config user.name "${{ github.actor }}"
1822
- name: Set up Maven
1923
uses: actions/setup-java@v2
2024
with:

0 commit comments

Comments
 (0)