Skip to content

Commit

Permalink
Merge pull request #3 from ayeshLK/dev
Browse files Browse the repository at this point in the history
Fix repository URL
  • Loading branch information
ayeshLK authored Jul 26, 2023
2 parents 0b42c77 + b20ee0b commit 57fa4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ publishing {
repositories {
maven {
name = 'GitHubPackages'
url = uri("https://maven.pkg.github.com/TharmiganK/module-${packageOrg}-${packageName}")
url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-${packageName}")
credentials {
username = System.getenv('publishUser')
password = System.getenv('publishPAT')
Expand Down

0 comments on commit 57fa4e3

Please sign in to comment.