We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb233aa commit 6c9d189Copy full SHA for 6c9d189
admin/publish-settings.sbt
@@ -6,4 +6,4 @@ pgpPublicRing := file("admin/pubring.asc")
6
7
pgpSecretRing := file("admin/secring.asc")
8
9
-credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
+Global / credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
0 commit comments