From 3216aa5bbe8a14cc3842ae99e28d9b3fe0063d44 Mon Sep 17 00:00:00 2001 From: Rebecca Star Date: Mon, 3 Dec 2018 11:35:18 -0500 Subject: [PATCH] fix sonotype command (#378) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8dbad6ab..640c1218f 100644 --- a/build.sbt +++ b/build.sbt @@ -407,7 +407,7 @@ lazy val setSonatypeReleaseSettings = ReleaseStep(action = oldState => { val sonatypeCommand = Command.command("sonatypeReleaseCommand") { "project core" :: "publish" :: - "releaseSonatype" :: + "sonatypeRelease" :: _ }