Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Sep 12, 2019
1 parent ef77829 commit c09d4ea
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 @@ -295,9 +295,9 @@ lazy val publishSettings = sharedPublishSettings(gh) ++ credentialSettings ++ sh
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommandAndRemaining("cli/assembly"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
releaseStepCommand("sonatypeBundleRelease"),
pushChanges)
)

Expand Down

0 comments on commit c09d4ea

Please sign in to comment.