From 760120e6debec7ae5f6dbdcda68e098acff911fa Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Fri, 22 Mar 2024 11:11:26 -0700 Subject: [PATCH] Tweak script. --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 782e24f..d0b7f9f 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 -X \ + mvn --no-transfer-progress --batch-mode deploy -X \ -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \ -DskipTests \ -Prelease \