Skip to content

Commit

Permalink
Change uri of the maven package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Feb 13, 2025
1 parent 1107677 commit 65fbf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
publishPAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew clean release -Prelease.useAutomaticVersion=true
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=true
./gradlew -Pversion=${VERSION} publish -x test
- name: GitHub Release and Release Sync PR
env:
Expand Down
4 changes: 2 additions & 2 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
buildscript {
repositories {
maven {
url = 'https://maven.pkg.github.com/ballerina-platform/plugin-gradle'
url = 'https://maven.pkg.github.com/wso2-extensions/plugin-gradle'
credentials {
username System.getenv("packageUser")
password System.getenv("packagePAT")
Expand Down Expand Up @@ -103,7 +103,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ballerina-platform/module-${packageOrg}-${packageName}")
url = uri("https://maven.pkg.github.com/wso2-extension/module-${packageOrg}-${packageName}")
credentials {
username = System.getenv("publishUser")
password = System.getenv("publishPAT")
Expand Down

0 comments on commit 65fbf00

Please sign in to comment.