diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e9927cb..ea2b20c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,5 +22,6 @@ jobs: nexus_username: ${{ secrets.SONATYPE_USERNAME }} nexus_password: ${{ secrets.SONATYPE_PASSWORD }} server_id: ossrh + maven_profiles: release maven_goals_phases: clean deploy maven_args: -DskipTests diff --git a/pom.xml b/pom.xml index 32c5f71f..53a59bce 100644 --- a/pom.xml +++ b/pom.xml @@ -482,25 +482,6 @@ release - - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - --pinentry-mode - loopback - - - org.sonatype.plugins nexus-staging-maven-plugin