Skip to content

Commit

Permalink
Update publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Mar 13, 2024
1 parent 00ab3e2 commit e73a0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
publishUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
publishPAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew clean release -Prelease.useAutomaticVersion=true
./gradlew -Pversion=${VERSION} publish -x test -PpublishToCentral=true
./gradlew clean release -Prelease.useAutomaticVersion=true -x test
./gradlew -Pversion=${VERSION} publish -x test
- name: GitHub Release and Release Sync PR
env:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
Expand Down

0 comments on commit e73a0b2

Please sign in to comment.