File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ 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 "
4038.PHONY : .configure-cukebot-in-docker
4139
4240.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,6 +128,9 @@ 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+
131134// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
132135releaseCrossBuild := true
133136releaseProcess := Seq [ReleaseStep ](
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ gpg --passphrase " ${GPG_SIGNING_KEY_PASSPHRASE} " --pinentry-mode loopback $@
You canβt perform that action at this time.
0 commit comments