diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3579c6d..c7efd7c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: with: java-version: ${{ vars.JAVA_VERSION }} distribution: temurin - server-id: ossrh + server-id: central server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} server-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import