Skip to content

Commit

Permalink
chore: Adding Git user
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Aug 13, 2024
1 parent 2ff1794 commit 97dffc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
server-password: OSSRH_PASSWORD
cache: 'maven'

- name: Configure git
run: |
git config --global user.name github-actions[bot]
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
git config --global pull.rebase true
- name: Create release
env:
OSSRH_USERNAME: ${{ secrets.OSS_SONATYPE_USER }}
Expand Down

0 comments on commit 97dffc6

Please sign in to comment.