Skip to content

Commit a2d3e85

Browse files
Merge pull request #312 from ballerina-platform/bdev
Disable release publish to central
2 parents 7920da8 + 354b246 commit a2d3e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
6161
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
6262
./gradlew clean release -Prelease.useAutomaticVersion=true
63-
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=true
63+
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=false
6464
- name: GitHub Release and Release Sync PR
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}

0 commit comments

Comments
 (0)