We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4a1b5 commit fdc9bc5Copy full SHA for fdc9bc5
1 file changed
.github/workflows/main.yml
@@ -132,7 +132,7 @@ jobs:
132
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
133
134
- name: Publish to Maven Central
135
- run: ./mvnw $MAVEN_ARGS -Ppublish deploy
+ run: ./mvnw $MAVEN_ARGS -DskipTests -Ppublish deploy
136
env:
137
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
138
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments