Skip to content

Commit 7a8fbaf

Browse files
committed
update ossrh endpoints
1 parent e27c7b6 commit 7a8fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
4242
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4343
- 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"
44+
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/"
4545
env:
4646
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
4747
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)