Skip to content

Commit fdc9bc5

Browse files
committed
Skip tests during snapshot publishing
See #3822.
1 parent 8f4a1b5 commit fdc9bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
133133

134134
- name: Publish to Maven Central
135-
run: ./mvnw $MAVEN_ARGS -Ppublish deploy
135+
run: ./mvnw $MAVEN_ARGS -DskipTests -Ppublish deploy
136136
env:
137137
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
138138
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)