aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/SttpRelease.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala
index baf0297..e1d0e16 100644
--- a/project/SttpRelease.scala
+++ b/project/SttpRelease.scala
@@ -10,6 +10,9 @@ object SttpRelease {
def steps: Seq[ReleaseStep] = Seq(
checkSnapshotDependencies,
inquireVersions,
+ // publishing locally so that the pgp password prompt is displayed early
+ // in the process
+ ReleaseStep(action = Command.process("publishLocalSigned", _)),
runClean,
runTest,
setReleaseVersion,