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 157b71c commit 6fe7a92Copy full SHA for 6fe7a92
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
with:
56
maven_profiles: release
57
maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }}
58
+ server_id: central
59
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
60
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
61
nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}
@@ -65,6 +66,7 @@ jobs:
65
66
directory: clickhouse-r2dbc
67
68
maven_args: -q --batch-mode -Dr2dbc-spi.version=0.9.1.RELEASE -DclickhouseVersion=${{ env.CH_VERSION }}
69
70
71
72
0 commit comments