Skip to content

Commit

Permalink
Merge pull request #250 from ballerina-platform/bdev
Browse files Browse the repository at this point in the history
Make publish to central false in the release action
  • Loading branch information
BuddhiWathsala authored Jul 6, 2021
2 parents 7f52c2d + cb91803 commit 497a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
publishPAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew release -Prelease.useAutomaticVersion=true
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=true
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=false
- name: Create Github release from the release tag
run: |
curl --request POST 'https://api.github.com/repos/ballerina-platform/module-ballerina-websocket/releases' \
Expand Down

0 comments on commit 497a23c

Please sign in to comment.