Skip to content

Commit

Permalink
Include build step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Feb 12, 2021
1 parent d56b87e commit 8bb0466
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 @@ -31,7 +31,7 @@ jobs:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew release publish -Prelease.useAutomaticVersion=true -Pversion=${VERSION}
./gradlew build release publish -Prelease.useAutomaticVersion=true -Pversion=${VERSION}
- name: Create Github release from the release tag
run: |
curl --request POST 'https://api.github.com/repos/ballerina-platform/ballerina-update-tool/releases' \
Expand Down

0 comments on commit 8bb0466

Please sign in to comment.