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 b7e163c commit a390182Copy full SHA for a390182
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
25
gpg-passphrase: MAVEN_GPG_PASSPHRASE
26
- name: Publish to Apache Maven Central
27
- run: mvn deploy -Pci-cd
+ run: mvn deploy -Pci-cd -DskipTests
28
env:
29
NEXUS_USERNAME: ${{ secrets.OSSRH_USERNAME }}
30
NEXUS_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments