Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f20285c

Browse files
committed
chore: fix publishing snapshot
1 parent 2096ec8 commit f20285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
OSS_USER_TOKEN_KEY: ${{ secrets.OSS_USER_TOKEN_KEY }}
100100
OSS_USER_TOKEN_PASS: ${{ secrets.OSS_USER_TOKEN_PASS }}
101-
run: ./gradlew clean build publish -x test verifyGoogleJavaFormat
101+
run: ./gradlew clean build publish -x test -x verifyGoogleJavaFormat
102102

103103
sonar:
104104
name: Sonar analysis

0 commit comments

Comments
 (0)