Skip to content

Commit

Permalink
Prepare for v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed Oct 14, 2021
1 parent a81124b commit 8dd1da0
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 8dd1da0

Please sign in to comment.