diff --git a/.circleci/config.yml b/.circleci/config.yml index 15293c7..6a2d096 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,8 +59,8 @@ jobs: - run: name: Export key command: | - mkdir treedatastructure/maven - echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > treedatastructure/maven/secret.gpg + mkdir expandable-recyclerview/maven + echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > expandable-recyclerview/maven/secret.gpg - run: name: Staging command: ./gradlew :expandable-recyclerview:publishReleasePublicationToSonatypeRepository