Skip to content

Commit 5de2ee6

Browse files
authored
Merge pull request #196 from eed3si9n/wip/credentials
Global / credentials
2 parents 8820af1 + d2c076b commit 5de2ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/publish-settings.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pgpPublicRing := file("admin/pubring.asc")
66

77
pgpSecretRing := file("admin/secring.asc")
88

9-
credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
9+
Global / credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))

0 commit comments

Comments
 (0)