Skip to content

Commit 2b175eb

Browse files
authored
Merge pull request #96 from authzed/fix-release-workflow
Fix release workflow
2 parents 54876ed + 99e7785 commit 2b175eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ publishing {
5050
repositories { maven {
5151
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
5252
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
53-
def ossrhUsername = findProperty("ossrhUsername")
54-
def ossrhPassword = findProperty("ossrhPassword")
53+
def ossrhUsername = findProperty("sonatypeUsername")
54+
def ossrhPassword = findProperty("sonatypePassword")
5555

5656
name = "authzed"
5757
url = project.hasProperty("release") ? releasesRepoUrl : snapshotsRepoUrl

0 commit comments

Comments
 (0)