Skip to content

Commit

Permalink
add github info in maven release action
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Nov 16, 2023
1 parent 51eba8b commit 32044c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
with:
java-version: "11"
distribution: "temurin"
- name: Set Git Config
run: |
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name "${{ github.actor }}"
- name: Publish JARs
run: |
mvn release:clean release:prepare release:perform \
Expand Down

0 comments on commit 32044c2

Please sign in to comment.