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 efe36ec commit 02e8a94Copy full SHA for 02e8a94
.github/workflows/nightly.yml
@@ -68,6 +68,7 @@ jobs:
68
with:
69
maven_profiles: release
70
maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }}
71
+ server_id: central
72
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
73
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
74
nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}
@@ -78,6 +79,7 @@ jobs:
78
79
directory: clickhouse-r2dbc
80
81
maven_args: -q --batch-mode -Dr2dbc-spi.version=0.9.1.RELEASE -DclickhouseVersion=${{ env.CH_VERSION }}
82
83
84
85
0 commit comments