File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,12 @@ lazy val docs = project
204204 )
205205
206206lazy val commonSettings = Seq (
207+ publishTo := {
208+ if ((ThisBuild / isVersionStable).value)
209+ Some (" Releases" .at(" https://oss.sonatype.org/service/local/staging/deploy/maven2" ))
210+ else
211+ None
212+ },
207213 // The validation steps that we run in CI.
208214 TaskKey [Unit ](" checkCI" ) := Def
209215 .sequential(
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
88addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
99addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.2" )
1010addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.9.5" )
11+ addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
12+ addSbtPlugin(" io.crashbox" % " sbt-gpg" % " 0.2.1" )
You can’t perform that action at this time.
0 commit comments