mirror of https://github.com/sbt/sbt.git
sbt-pgp 2.1.1
This commit is contained in:
parent
ed3d0bfea7
commit
fba70c7af2
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue