sbt-pgp 2.1.1

This commit is contained in:
Eugene Yokota 2020-12-02 20:29:40 -05:00
parent ed3d0bfea7
commit fba70c7af2
3 changed files with 5 additions and 2 deletions

3
.github/decodekey.sh vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE

View File

@ -32,5 +32,5 @@ jobs:
CI_RELEASE: publishSigned
CI_SONATYPE_RELEASE: version
run: |
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
.github/decodekey.sh
sbt ci-release

View File

@ -1,3 +1,3 @@
addSbtPlugin("org.foundweekends" %% "sbt-bintray" % "0.6.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0-M1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")