Skip to content

Commit

Permalink
skip spotless when release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin7-1 committed Dec 22, 2024
1 parent 6c07d3f commit a38b3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: release
run: |
mvn -B -U --fail-at-end \
-Dspotless.check.skip=true \
-DskipTests -DskipITs -Psign \
clean deploy
env:
Expand Down

0 comments on commit a38b3aa

Please sign in to comment.