We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf15e3 commit a4eb594Copy full SHA for a4eb594
build.sbt
@@ -351,6 +351,10 @@ inThisBuild(
351
// env vars, which we cannot modify from java (easily). so we inline what this command does.
352
CiReleasePlugin.setupGpg()
353
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",
358
s"$projectPrefix/publishSigned",
359
"sonatypePrepare",
360
"sonatypeBundleUpload",
0 commit comments