diff --git a/build.sbt b/build.sbt index b06c0e3f2..5bfb197a2 100644 --- a/build.sbt +++ b/build.sbt @@ -1521,7 +1521,7 @@ def customCommands: Seq[Setting[_]] = Seq( }, commands += Command.command("release") { state => // TODO - Any sort of validation - "upperModules/compile" :: + "upperModules/compile" :: "upperModules/publishSigned" :: "bundledLauncherProj/publishSigned" :: state