Skip to content

Commit 6aa81ef

Browse files
committed
chore: exclude verify code style when publishing snapshot
1 parent 35ab898 commit 6aa81ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
OSS_USER_TOKEN_KEY: ${{ secrets.OSS_USER_TOKEN_KEY }}
9999
OSS_USER_TOKEN_PASS: ${{ secrets.OSS_USER_TOKEN_PASS }}
100-
run: ./gradlew clean build publish -x test verifyGoogleJavaFormat
100+
run: ./gradlew clean build publish -x test -x verifyGoogleJavaFormat
101101

102102
sonar:
103103
name: Sonar analysis

0 commit comments

Comments
 (0)