From 5b5ac2ee1ca1dfbb6687c3c65cc100aacd82c86e Mon Sep 17 00:00:00 2001 From: Sergey Chernov Date: Thu, 23 Jan 2025 19:44:53 -0800 Subject: [PATCH] added debug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40c73b44b..960651313 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: uses: samuelmeuli/action-maven-publish@v1 with: maven_profiles: release - maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }} + maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }} -X gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}