Skip to content

Commit

Permalink
chore: enabled verbose mode for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bekoenig committed Mar 15, 2024
1 parent 9ce4dce commit 00fcdf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
OSSRH_GPG_SECRET_KEY_PASSWORD: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn --no-transfer-progress --batch-mode release:prepare release:perform -Dpublish=true -DreleaseVersion=${releaseVersion} -DdevelopmentVersion=${developmentVersion}
mvn --no-transfer-progress --batch-mode release:prepare release:perform -Dpublish=true -DreleaseVersion=${releaseVersion} -DdevelopmentVersion=${developmentVersion} -X
8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00fcdf2

Please sign in to comment.