Skip to content

Commit 0b7a40f

Browse files
committed
Correct publishing
1 parent 64a4470 commit 0b7a40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ releaseProcess := Seq[ReleaseStep](
5858
commitReleaseVersion,
5959
tagRelease,
6060
publishArtifacts,
61-
releaseStepTask(sonatypeBundleRelease),
61+
releaseStepCommand("sonatypeBundleRelease"),
6262
releaseStepTask(ghpagesPushSite),
6363
setNextVersion,
6464
commitNextVersion,

0 commit comments

Comments
 (0)