Skip to content

Commit 4d9b169

Browse files
Update maven-publish.yml
exclude webull-java-sdk-example
1 parent 904abd2 commit 4d9b169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
]
3434
output_file: /home/runner/.m2/settings.xml
3535
- name: publish package
36-
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release
36+
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release -pl '!webull-java-sdk-example'

0 commit comments

Comments
 (0)