Skip to content

Commit

Permalink
Updated publication config
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Jun 14, 2024
1 parent 9dab7ab commit 0f7a006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
)
Expand Down

0 comments on commit 0f7a006

Please sign in to comment.