Skip to content

Commit

Permalink
Disable sonatypeBundleRelease temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Jun 30, 2020
1 parent 4a8edf4 commit 7b1a78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -939,5 +939,5 @@ addCommandAlias(
.mkString(";", ";", "")
)

val allReleaseActions = List("releaseEarlyAllModules", "sonatypeBundleRelease")
val allReleaseActions = List("releaseEarlyAllModules") //, "sonatypeBundleRelease")
addCommandAlias("releaseBloop", allReleaseActions.mkString(";", ";", ""))

0 comments on commit 7b1a78a

Please sign in to comment.