diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24e16e6..a53f913 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,6 @@ jobs: publish: runs-on: ubuntu-latest steps: - - name: Checkout uses: actions/checkout@v2 - name: Set up Maven Central Repo @@ -28,4 +27,3 @@ jobs: gpg_passphrase: ${{ secrets.GPG_PASSWORD }} nexus_username: ${{ secrets.OSSRH_USER }} nexus_password: ${{ secrets.OSSRH_PASSWORD }} - server-id: sonatype-nexus-staging diff --git a/pom.xml b/pom.xml index 1d8bd86..2fc0f08 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ - sonatype-nexus-staging + ossrh Nexus Release Repository https://oss.sonatype.org/service/local/staging/deploy/maven2 @@ -217,7 +217,7 @@ 1.6.8 true - sonatype-nexus-staging + ossrh https://oss.sonatype.org/ false