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 0cfc55a commit a176c21Copy full SHA for a176c21
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Publish to Maven Central Repository
60
if: ${{ !inputs.skip-deploy-maven-central }}
61
run: |
62
- mvn --batch-mode deploy -DskipTests -PcentralPublishing
+ mvn --batch-mode deploy -DskipTests -PcentralPublishing \
63
-DossindexSkip=true \
64
-DcentralPublishingDeploymentName="Deployed OFT Asciidoc Plugin via release.yml" \
65
-DcentralPublishingSkipPublishing=false \
0 commit comments