Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
chensoul committed Dec 7, 2023
1 parent 86a9677 commit 109a4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Release With Maven
run: |
if [ "${{ env.auto_release }}" == "true" ]; then
mvn -B -U \
mvn -X -e -B -U \
release:prepare \
release:perform \
-DreleaseVersion=${{ github.event.inputs.releaseVersion }} \
Expand All @@ -60,7 +60,7 @@ jobs:
-Prelease \
-Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}
else
mvn -B -U \
mvn -X -e -B -U \
release:prepare \
release:perform \
deploy \
Expand Down

0 comments on commit 109a4ef

Please sign in to comment.