Skip to content

Commit 97dffc6

Browse files
committed
chore: Adding Git user
1 parent 2ff1794 commit 97dffc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
server-password: OSSRH_PASSWORD
4040
cache: 'maven'
4141

42+
- name: Configure git
43+
run: |
44+
git config --global user.name github-actions[bot]
45+
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
46+
git config --global pull.rebase true
47+
4248
- name: Create release
4349
env:
4450
OSSRH_USERNAME: ${{ secrets.OSS_SONATYPE_USER }}

0 commit comments

Comments
 (0)