From 1372e209c3addc42495fb4c62a7ec8ddd9d4fe0f Mon Sep 17 00:00:00 2001 From: bhokaremoin Date: Fri, 13 Mar 2026 15:51:01 +0530 Subject: [PATCH] Update server-id in release.yml to use 'central' for Maven deployment --- .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 26c20d1..125c438 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: java-version: 8 distribution: 'adopt' - server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml + server-id: central # Value of the distributionManagement/repository/id field of the pom.xml server-username: MAVEN_USERNAME # env variable for username in deploy server-password: MAVEN_PASSWORD # env variable for token in deploy gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import