Skip to content

Commit

Permalink
Merge pull request #47 from sahanHe/workflow_update
Browse files Browse the repository at this point in the history
Update publish-release.yml to include nexus credentials as env variables
  • Loading branch information
sahanHe committed Nov 14, 2023
2 parents 5f65338 + bed03a2 commit 3243242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ publishing {
url "https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/"
}
credentials {
username System.getenv("nexusUser")
password System.getenv("nexusPassword")
username System.getenv("NEXUS_USERNAME")
password System.getenv("NEXUS_PASSWORD")
}
}
}
Expand Down

0 comments on commit 3243242

Please sign in to comment.