Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Fix sonatype URL and CI step name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleversuch committed Apr 8, 2021
1 parent 3ac69ca commit e1ea18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ commands:
load_gpg_key:
description: Loads the Base64 encoded GPG key into a file
steps:
- run: echo $GPG_KEY_CONTENTS | base64 -d > $SIGNING_SECRET_KEY_RING_FILE
- run:
name: Load GPG key
command: echo $GPG_KEY_CONTENTS | base64 -d > $SIGNING_SECRET_KEY_RING_FILE

jobs:
nightly_check:
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publishing {
repositories {
maven {
name = "mavenCentral"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
credentials {
username ossrhUsername
password ossrhPassword
Expand Down

0 comments on commit e1ea18e

Please sign in to comment.