Skip to content

Commit b28e2fa

Browse files
committed
Fix publishing
1 parent 44f19c0 commit b28e2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ addCommandAlias("ci-test-all", "+ci-test")
2828
addCommandAlias("ci-test", ";clean;Test/compile;test;mimaReportBinaryIssues;package")
2929
addCommandAlias("ci-doc", s";project root ;++$Scala3! ;clean ;unidoc")
3030
addCommandAlias("ci", ";project root ;reload ;+ci-test ;ci-doc")
31-
addCommandAlias("ci-release", ";+publishSigned ;sonatypeUpload")
31+
addCommandAlias("ci-release", ";+publishSigned ;sonatypeBundleRelease")
3232
addCommandAlias(
3333
"ci-publish-local",
3434
"+publishLocalSigned"

0 commit comments

Comments
 (0)