Skip to content

Commit

Permalink
Merge pull request #39 from LakshanSS/slbeta3
Browse files Browse the repository at this point in the history
[SLBeta3] Prepare for v2.0.0 release
  • Loading branch information
LakshanSS authored Oct 14, 2021
2 parents a81124b + 8dd1da0 commit 52af70a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c ./cosmosdb
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/daily-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c ./cosmosdb
env:
BASE_URL: ${{ secrets.BASE_URL }}
MASTER_OR_RESOURCE_TOKEN: ${{ secrets.MASTER_OR_RESOURCE_TOKEN }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
push
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/weekly-build.yml

This file was deleted.

0 comments on commit 52af70a

Please sign in to comment.