Skip to content

Commit a176c21

Browse files
authored
Fix release workflow (#20)
1 parent 0cfc55a commit a176c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Publish to Maven Central Repository
6060
if: ${{ !inputs.skip-deploy-maven-central }}
6161
run: |
62-
mvn --batch-mode deploy -DskipTests -PcentralPublishing
62+
mvn --batch-mode deploy -DskipTests -PcentralPublishing \
6363
-DossindexSkip=true \
6464
-DcentralPublishingDeploymentName="Deployed OFT Asciidoc Plugin via release.yml" \
6565
-DcentralPublishingSkipPublishing=false \

0 commit comments

Comments
 (0)