Skip to content

Commit d487fb4

Browse files
chore(DVIZ-24): add skip checkstyle in gh actions
1 parent f4ee355 commit d487fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
-DtagNameFormat=v@{project.version} \
5454
-DpushChanges=true \
5555
-DlocalCheckout=true \
56-
-DpreparationGoals="clean verify" \
56+
-DpreparationGoals="clean verify -Dcheckstyle.skip" \
5757
-DskipTests
5858
5959
echo "version=$VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)