Skip to content

Commit 7292a4a

Browse files
fix: change publishing to the correct setting
1 parent 8bd3979 commit 7292a4a

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
@@ -22,7 +22,7 @@ ThisBuild / pomIncludeRepository := { _ => false }
2222
ThisBuild / publishTo := {
2323
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
2424
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
25-
else sonatypePublishToBundle.value
25+
else localStaging.value
2626
}
2727
ThisBuild / publishMavenStyle := true
2828

0 commit comments

Comments
 (0)