Skip to content

Commit c250e5a

Browse files
author
QuadStingray
committed
build: change release pipeline
1 parent 6aeb815 commit c250e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_docu.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import scala.sys.process._
22

3-
commands += Command.command("ci-deploy-docu")((state: State) => {
3+
commands += Command.command("ci-deploy-docs")((state: State) => {
44
val lowerCaseVersion = version.value.toLowerCase
55
if (
66
(lowerCaseVersion.contains("snapshot") ||

build_release.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ releaseProcess := {
7777
commitReleaseVersion,
7878
tagRelease,
7979
releaseStepCommandAndRemaining("+publishSigned"),
80+
releaseStepCommand("ci-deploy-docs"),
8081
releaseStepCommand("sonatypeBundleRelease"),
81-
releaseStepCommand("ci-deploy-docu"),
8282
setToMyNextVersion,
8383
gitAddAllTask,
8484
commitNextVersion,

0 commit comments

Comments
 (0)