Version 1.0.3

This commit is contained in:
Adrian Kuta 2020-01-09 19:22:19 +01:00
parent 1d26a338c5
commit bf38143b46

View File

@ -56,7 +56,7 @@ jobs:
- run: - run:
command: chown -R $USER:$USER . command: chown -R $USER:$USER .
- run: - run:
command: echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg command: cat $GPG_KEY_CONTENTS | base64 -d > /secret.gpg
- run: - run:
name: Staging name: Staging
command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository