Skip to content

Commit

Permalink
build: update jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Dec 14, 2023
1 parent 458d77a commit 4f0fba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
export GPG_TTY=$(tty)
git config user.name "${{ vars.COMMITTER_NAME }}"
git config user.email "${{ vars.COMMITTER_EMAIL }}"
git config user.name "JonasG"
git config user.email "[email protected]"
mvn -B --file pom.xml release:prepare release:perform
# Create a release
Expand Down

0 comments on commit 4f0fba2

Please sign in to comment.