Skip to content

Commit dd9dab9

Browse files
committed
trying to fix auto-release
1 parent fbf551d commit dd9dab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ nexusPublishing {
110110
sonatype {
111111
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
112112
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
113-
username = System.getenv("OSSRH_USERNAME")
114-
password = System.getenv("OSSRH_PASSWORD")
113+
username = System.getenv("NEXUS_TOKEN_USERNAME")
114+
password = System.getenv("NEXUS_TOKEN_PASSWORD")
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)