mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-07-01 15:27:58 +02:00
Version 1.0.3
This commit is contained in:
@ -56,7 +56,7 @@ jobs:
|
||||
- run:
|
||||
command: chown -R $USER:$USER .
|
||||
- run:
|
||||
command: echo $GPG_KEY_CONTENTS | base64 -d > /secret.gpg
|
||||
command: cat $GPG_KEY_CONTENTS | base64 -d > /secret.gpg
|
||||
- run:
|
||||
name: Staging
|
||||
command: ./gradlew treedatastructure:publishReleasePublicationToSonatypeRepository
|
||||
|
Reference in New Issue
Block a user