We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063bafe commit 5b5ac2eCopy full SHA for 5b5ac2e
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: samuelmeuli/action-maven-publish@v1
58
with:
59
maven_profiles: release
60
- maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }}
+ maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }} -X
61
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
62
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
63
nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}
0 commit comments