File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ update-changelog:
35
35
36
36
.configure-cukebot-in-docker :
37
37
[ -f ' /home/cukebot/configure' ] && /home/cukebot/configure
38
+ # Cucumber team provides the passphrase in this variable
39
+ export PGP_PASSPHRASE=" $GPG_SIGNING_KEY_PASSPHRASE "
38
40
.PHONY : .configure-cukebot-in-docker
39
41
40
42
.release-in-docker : .configure-cukebot-in-docker default update-changelog update-installdoc .commit-and-push-changelog-and-docs
Original file line number Diff line number Diff line change @@ -128,9 +128,6 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
128
128
Global / publishMavenStyle := true
129
129
Global / publishTo := sonatypePublishToBundle.value
130
130
131
- // https://github.com/sbt/sbt-pgp/issues/173
132
- Global / PgpKeys .gpgCommand := (baseDirectory.value / " gpg.sh" ).getAbsolutePath
133
-
134
131
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
135
132
releaseCrossBuild := true
136
133
releaseProcess := Seq [ReleaseStep ](
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
12
12
13
13
// Publishing
14
14
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5" )
15
- addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 2.0.1 " )
15
+ addSbtPlugin(" com.github.sbt " % " sbt-pgp" % " 2.1.2 " )
You can’t perform that action at this time.
0 commit comments