diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 18dd937..d792b6e 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,7 +22,7 @@ jobs: with: java-version: '11' distribution: 'adopt' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml + server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven