mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-04-19 23:19:03 +02:00
Version 1.0.3
This commit is contained in:
parent
405ab9cbda
commit
150c293690
@ -55,8 +55,9 @@ jobs:
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
command: |
|
||||
mkdir /secret.gpg
|
||||
echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > /secret.gpg
|
||||
ls
|
||||
mkdir secret.gpg
|
||||
echo ${GPG_KEY_CONTENTS} | base64 -d --ignore-garbage > secret.gpg
|
||||
- run:
|
||||
name: Staging
|
||||
command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository
|
||||
|
Loading…
x
Reference in New Issue
Block a user