diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 2e51e64..3921dd1 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Publish to Maven Central run: | - mvn --no-transfer-progress --batch-mode clean verify deploy \ + mvn --no-transfer-progress --batch-mode clean verify deploy -X \ -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \ -DskipTests \ -Prelease