Version 1.0.3

This commit is contained in:
Adrian Kuta 2020-01-09 19:19:24 +01:00
parent 27a3bdf7ad
commit 1d26a338c5

View File

@ -54,7 +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: sudo echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg command: chown -R $USER:$USER .
- run:
command: echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg
- run: - run:
name: Staging name: Staging
command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository