Skip to content

Commit

Permalink
Try to fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreuillon committed Jan 16, 2020
1 parent 3444b46 commit ffb2cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ releaseProcess := Seq[ReleaseStep](
//setReleaseVersion,
//commitReleaseVersion,
tagRelease,
publishArtifacts,
//publishArtifacts,
//setNextVersion,
//commitNextVersion,
releaseStepCommand("publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
//releaseStepCommand("sonatypeReleaseAll"),
pushChanges
Expand Down

0 comments on commit ffb2cef

Please sign in to comment.