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:
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 "
40
38
.PHONY : .configure-cukebot-in-docker
41
39
42
40
.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
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
+
131
134
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
132
135
releaseCrossBuild := true
133
136
releaseProcess := 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