Skip to content

Commit

Permalink
Explicit setup of github username and email.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 2, 2024
1 parent 56ebfda commit c72a5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:

- name: deploy to MSUSEL maven repository
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit c72a5fa

Please sign in to comment.