From e5a341944670b6b7e5ef5a135f9602eacb54abe1 Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Fri, 22 Mar 2024 10:34:57 -0700 Subject: [PATCH] Add debugging --- .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 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