diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 5c1e855..2cedd77 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,7 +22,7 @@ jobs: java-version: '17' distribution: 'temurin' #server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file + #settings-path: ${{ github.workspace }} # location for the settings.xml file server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD