From 36da8121f17838655a92db706df0617525a8d232 Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Fri, 15 May 2026 11:48:25 +0200 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d80b233..d272df6 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 -DskipTests -PcentralPublishing + mvn --batch-mode deploy -DskipTests -PcentralPublishing \ -DossindexSkip=true \ -DcentralPublishingDeploymentName="Deployed OFT Asciidoc Plugin via release.yml" \ -DcentralPublishingSkipPublishing=false \