Skip to content

Commit a4eb594

Browse files
committed
Restore workaround for ci-release issue
1 parent edf15e3 commit a4eb594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ inThisBuild(
351351
// env vars, which we cannot modify from java (easily). so we inline what this command does.
352352
CiReleasePlugin.setupGpg()
353353
List(
354+
// same fix as https://github.com/olafurpg/sbt-ci-release/pull/66
355+
// need to replicate it here since we're not using the `ci-release` command
356+
"set pgpSecretRing := pgpSecretRing.value",
357+
"set pgpPublicRing := pgpPublicRing.value",
354358
s"$projectPrefix/publishSigned",
355359
"sonatypePrepare",
356360
"sonatypeBundleUpload",

0 commit comments

Comments
 (0)