Skip to content

Commit d7a31f0

Browse files
do not publish from sbt-release (#297)
1 parent 41f28ad commit d7a31f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ lazy val commonSettings = Seq(
9292
inquireVersions,
9393
setReleaseVersion,
9494
commitReleaseVersion,
95-
tagRelease,
96-
releaseStepCommandAndRemaining("+publishSigned"),
97-
releaseStepCommand("sonatypeBundleRelease")
95+
tagRelease
96+
// releaseStepCommandAndRemaining("+publishSigned"),
97+
// releaseStepCommand("sonatypeBundleRelease")
9898
)
9999
else Seq.empty[ReleaseStep]),
100100
releaseProcess ++= (if (sys.env.contains("RELEASE_PUBLISH"))

0 commit comments

Comments
 (0)