Skip to content

Commit

Permalink
Merge pull request #90 from keizer619/master
Browse files Browse the repository at this point in the history
Include build step to release
  • Loading branch information
Suganya authored Feb 12, 2021
2 parents 05c779b + 8bb0466 commit a6bdbdb
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 a6bdbdb

Please sign in to comment.