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