Skip to content

Commit

Permalink
Fix release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 4, 2016
1 parent 89207d4 commit ab27e8f
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 @@ -12,7 +12,7 @@ releaseProcess := Seq[ReleaseStep](
setReleaseVersion,
commitReleaseVersion,
tagRelease,
ReleaseStep(action = Command.process("so publishSigned", _)),
ReleaseStep(action = Command.process("so publishSigned", _), enableCrossBuild = true),
setNextVersion,
commitNextVersion,
ReleaseStep(action = Command.process("sonatypeReleaseAll", _), enableCrossBuild = true),
Expand Down

0 comments on commit ab27e8f

Please sign in to comment.