Skip to content

Commit 80708de

Browse files
committed
Remove cross from release
We no longer cross publishing for sbt, and therefore don't need to do the cross test
1 parent fe21a51 commit 80708de

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
@@ -8,7 +8,7 @@ releaseProcess := Seq[ReleaseStep](
88
checkSnapshotDependencies,
99
inquireVersions,
1010
runClean,
11-
releaseStepCommandAndRemaining("^ test"),
11+
releaseStepCommandAndRemaining("test"),
1212
setReleaseVersion,
1313
commitReleaseVersion,
1414
tagRelease,

0 commit comments

Comments
 (0)