We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4d4f3 commit 994b84eCopy full SHA for 994b84e
.github/workflows/release.yml
@@ -20,12 +20,12 @@ jobs:
20
java-version: 11
21
distribution: 'temurin'
22
cache: maven
23
+
24
+ - name: Setup Git user
25
+ uses: fregante/setup-git-user@v2
26
27
- name: Publish to GitHub Packages
- run: |
- git config user.name "${{ github.event.head_commit.committer.name }}"
- git config user.email "${{ github.event.head_commit.committer.email }}"
28
- mvn -B release:prepare release:perform
+ run: mvn -ntp -B release:prepare release:perform
29
env:
30
GITHUB_TOKEN: ${{ github.token }}
31
0 commit comments