We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27c7b6 commit 7a8fbafCopy full SHA for 7a8fbaf
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
42
gpg-passphrase: MAVEN_GPG_PASSPHRASE
43
- name: Publish to Apache Maven Central
44
- run: mvn clean deploy -DskipTests=true -Prelease "-Dreleases.repo=https://oss.sonatype.org/service/local/staging/deploy/maven2" "-Dsnapshots.repo=https://oss.sonatype.org/content/repositories/snapshots"
+ run: mvn clean deploy -DskipTests=true -Prelease "-Dreleases.repo=https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/" "-Dsnapshots.repo=https://central.sonatype.com/repository/maven-snapshots/"
45
env:
46
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
47
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments