Skip to content

Commit

Permalink
Only run deploy phase, it already includes verify by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Apr 17, 2024
1 parent 0b13160 commit 46c13f1
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 -Prelease \
--no-transfer-progress \
--batch-mode \
verify deploy
deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 46c13f1

Please sign in to comment.