Skip to content

Commit

Permalink
Update publish-root.gradle
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
roshanrajaratnam authored May 26, 2023
1 parent b1e3412 commit 1ff63ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ nexusPublishing {

repositories {
sonatype {
stagingProfileId = System.env.SONATYPE_STATING_PROFILE_ID
stagingProfileId = System.env.SONATYPE_STAGING_PROFILE_ID
username = System.env.OSSR_USERNAME
password = System.env.OSSR_PASSWORD
}
}

}
}

0 comments on commit 1ff63ab

Please sign in to comment.