Skip to content

Commit 6fe7a92

Browse files
authored
Update release.yml
1 parent 157b71c commit 6fe7a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
maven_profiles: release
5757
maven_args: -q --batch-mode -DclickhouseVersion=${{ env.CH_VERSION }}
58+
server_id: central
5859
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5960
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
6061
nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}
@@ -65,6 +66,7 @@ jobs:
6566
directory: clickhouse-r2dbc
6667
maven_profiles: release
6768
maven_args: -q --batch-mode -Dr2dbc-spi.version=0.9.1.RELEASE -DclickhouseVersion=${{ env.CH_VERSION }}
69+
server_id: central
6870
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6971
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
7072
nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }}

0 commit comments

Comments
 (0)