Version 1.0.3

This commit is contained in:
Adrian Kuta 2020-01-09 19:30:57 +01:00
parent bf38143b46
commit 405ab9cbda

View File

@ -54,9 +54,9 @@ jobs:
- restore_cache: - restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run: - run:
command: chown -R $USER:$USER . command: |
- run: mkdir /secret.gpg
command: cat $GPG_KEY_CONTENTS | base64 -d > /secret.gpg echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > /secret.gpg
- run: - run:
name: Staging name: Staging
command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository