Skip to content

Commit

Permalink
Fix git commit params
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloren committed Jun 4, 2022
1 parent d577a6e commit a3f150e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.inputs.version }} versions:commit
git config user.name "jenkins"
git config user.email "[email protected]"
git commit -m -a "Release ${{ github.event.inputs.version }}"
git commit -m "Release ${{ github.event.inputs.version }}" -a
git push
- name: Publish to the Maven Central Repository
Expand Down

0 comments on commit a3f150e

Please sign in to comment.