Skip to content

Commit 1c1cbe4

Browse files
committed
Fix realm name on credentials
1 parent c2000f7 commit 1c1cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Publish.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Publish {
1010
pass <- getProp("SONATYPE_PASS")
1111
} yield {
1212
credentials +=
13-
Credentials("Sonatype Central Portal",
13+
Credentials("Sonatype Nexus Repository Manager",
1414
"central.sonatype.com",
1515
user, pass)
1616
}

0 commit comments

Comments
 (0)