mirror of https://github.com/sbt/sbt.git
Decode myself
This commit is contained in:
parent
cbd18b9d28
commit
9cf5d62edc
|
|
@ -32,4 +32,5 @@ jobs:
|
||||||
CI_RELEASE: publishSigned
|
CI_RELEASE: publishSigned
|
||||||
CI_SONATYPE_RELEASE: version
|
CI_SONATYPE_RELEASE: version
|
||||||
run: |
|
run: |
|
||||||
|
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
|
||||||
sbt ci-release
|
sbt ci-release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue