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:
3535
3636.configure-cukebot-in-docker :
3737 [ -f ' /home/cukebot/configure' ] && /home/cukebot/configure
38+ # Cucumber team provides the passphrase in this variable
39+ export PGP_PASSPHRASE=" $GPG_SIGNING_KEY_PASSPHRASE "
3840.PHONY : .configure-cukebot-in-docker
3941
4042.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
128128Global / publishMavenStyle := true
129129Global / publishTo := sonatypePublishToBundle.value
130130
131- // https://github.com/sbt/sbt-pgp/issues/173
132- Global / PgpKeys .gpgCommand := (baseDirectory.value / " gpg.sh" ).getAbsolutePath
133-
134131// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
135132releaseCrossBuild := true
136133releaseProcess := 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")
1212
1313// Publishing
1414addSbtPlugin(" 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