From a66ef7548f818a04811df3062d7cf154bf420402 Mon Sep 17 00:00:00 2001 From: Vincent Fuchs Date: Mon, 14 Nov 2022 17:21:31 +0100 Subject: [PATCH] fix for releasing --- .github/workflows/release_workflow.yml | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 481017c..344747f 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -10,6 +10,7 @@ jobs: - name: Install gpg secret key run: | cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | base64 --decode | gpg --batch --import + gpg --refresh-keys --keyserver keyserver.ubuntu.com gpg --list-secret-keys --keyid-format LONG - name: Set up Maven Central Repository diff --git a/pom.xml b/pom.xml index 44f1d7c..04c8adb 100644 --- a/pom.xml +++ b/pom.xml @@ -46,11 +46,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -249,7 +249,7 @@ maven-release-plugin 2.5.3 - https://oss.sonatype.org/service/local/staging/deploy/maven2 + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 github_crawler_@{project.version} true true @@ -339,7 +339,7 @@ true ossrh - https://oss.sonatype.org/ + https://s01.oss.sonatype.org/ true