From 84c96daaa2939d2bc70a228a18c5d0e951c33e66 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Sat, 27 May 2023 00:08:38 +0200 Subject: [PATCH] Update mvn-release.yml --- .github/workflows/mvn-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-release.yml b/.github/workflows/mvn-release.yml index d71825d..c0edc37 100644 --- a/.github/workflows/mvn-release.yml +++ b/.github/workflows/mvn-release.yml @@ -43,7 +43,7 @@ jobs: maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }} github-token: ${{ secrets.GITHUB_TOKEN }} maven-auto-release-after-close: true - maven-url: oss.sonatype.org + maven-url: s01.oss.sonatype.org id: release - if: github.event.release