Skip to content

Commit 417205f

Browse files
committed
fix
1 parent 02a9a70 commit 417205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nexusPublishing {
5050
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
5151
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
5252
username.set(System.getenv("SONATYPE_USERNAME_TEST"))
53-
password.set(System.getenv("SONATYPE_USERNAME_TEST"))
53+
password.set(System.getenv("SONATYPE_PASSWORD_TEST"))
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)