Skip to content

Commit ead583e

Browse files
author
ricci
committed
deploy skip junit
1 parent c08ce43 commit ead583e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2727

2828
- name: Publish to Apache Maven Central
29-
run: mvn -B deploy -P release
29+
run: mvn -B deploy -P release -Dmaven.test.skip=true
3030
env:
3131
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME_V2 }}
3232
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN_V2 }}

0 commit comments

Comments
 (0)