diff --git a/build.gradle.kts b/build.gradle.kts index dfcf6690b..ddbd0f171 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ setupDefaults( signingKey = System.getenv("SIGNING_KEY"), signingPassword = System.getenv("SIGNING_PASSWORD"), repositoryUrl = "https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${System.getenv("SONATYPE_REPOSITORY_ID")}", - repositoryUserName = "arkivanov", + repositoryUserName = System.getenv("SONATYPE_USER_NAME"), repositoryPassword = System.getenv("SONATYPE_PASSWORD"), ), )