From 27a3bdf7add95932ab88f09bded3d27a9b450ff6 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Thu, 9 Jan 2020 19:15:38 +0100 Subject: [PATCH] Version 1.0.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b2f4bb..cb0e6b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: - command: echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg + command: sudo echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg - run: name: Staging command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository