diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a265298..9af0bfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Publish to Maven Central Repository if: ${{ !inputs.skip-deploy-maven-central }} run: | - mvn --batch-mode deploy -PcentralPublishing -DossindexSkip=true \ + mvn --batch-mode deploy -Pcentral-publishing -DossindexSkip=true -DskipTests \ -DcentralPublishingSkipPublishing=false \ -DcentralPublishingAutoPublish=${AUTO_PUBLISH} \ -DcentralPublishingDeploymentName="Deploy OFT Maven Plugin via release.yml"