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 db4fd11 commit aca0e64Copy full SHA for aca0e64
.github/workflows/test-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25
26
- name: Publish to OSSRH
27
- run: ../mvnw -B deploy -Possrh
+ run: ../mvnw -B deploy -Possrh -DskipTests
28
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
29
env:
30
MAVEN_CENTRAL_USERNAME: ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
0 commit comments