Skip to content

Commit 1ba972a

Browse files
authored
Merge pull request #59 from Kucoin/dev
fix(java): correct Maven skip tests flag in GitHub Actions workflow
2 parents 85dc620 + b4a7484 commit 1ba972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-java-sdk-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2929

3030
- name: Publish to Apache Maven Central
31-
run: mvn deploy -DskipTest
31+
run: mvn deploy -DskipTests
3232
working-directory: sdk/java
3333
env:
3434
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)