Skip to content

Commit

Permalink
Merge pull request #1615 from ballerina-platform/release-swan-lake-al…
Browse files Browse the repository at this point in the history
…pha4.1

[Automated] Sync master after swan-lake-alpha4.1 release
  • Loading branch information
Maninda authored Apr 23, 2021
2 parents 673f6e7 + db8927d commit 03626e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }}
run: ./gradlew clean build --stacktrace --scan --console=plain --no-daemon --continue -x test
- name: Archive Ballerina ZIP
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }}
run: ./gradlew.bat clean build --stacktrace --scan --console=plain --no-daemon --continue -x test

0 comments on commit 03626e0

Please sign in to comment.