From 90fad4c32a8b00d795c986132c5defa5ce83e58a Mon Sep 17 00:00:00 2001 From: Idan Adar Date: Sun, 14 Feb 2021 19:26:25 +0200 Subject: [PATCH] Update create-and-publish-release.yml --- .github/workflows/create-and-publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-and-publish-release.yml b/.github/workflows/create-and-publish-release.yml index fb034095..4fe10f81 100644 --- a/.github/workflows/create-and-publish-release.yml +++ b/.github/workflows/create-and-publish-release.yml @@ -47,6 +47,7 @@ jobs: --no-transfer-progress \ --batch-mode \ -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \ + -P central \ clean deploy env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}