Skip to content

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed Apr 2, 2024
1 parent a0bc3a1 commit f48f72e
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 @@ -36,7 +36,7 @@ jobs:
mvn -B versions:set versions:commit -DnewVersion=$VERSION
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Action"
git commit -a -m "release version v$VERSION"
git commit --allow-empty -a -m "release version v$VERSION"
git push origin main
- name: Deploy with Maven
run: mvn -B deploy -DskipTests -Prelease --file pom.xml
Expand Down

0 comments on commit f48f72e

Please sign in to comment.