From 263cff975c5d937d5393f953e9153dd598d89672 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Sun, 19 Jan 2020 23:51:09 +0100 Subject: [PATCH] CI config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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