Skip to content

Commit 24d8763

Browse files
authored
Merge pull request #396 from typelevel/sonatype-credential-host
Set Sonatype Credential Host
2 parents 2bc0507 + ed240fe commit 24d8763

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ enablePlugins(SonatypeCiReleasePlugin)
2222

2323
ThisBuild / githubWorkflowArtifactUpload := false
2424

25+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
26+
2527
val Scala212Cond = s"matrix.scala == '$Scala212'"
2628

2729
def rubySetupSteps(cond: Option[String]) = Seq(

0 commit comments

Comments
 (0)