Skip to content

Commit

Permalink
Merge pull request #17 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 1170fe8 + 16b28c4 commit d6168c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 --skip-tests ./teams
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/daily-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 --skip-tests ./teams
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 --skip-tests ./teams
Expand All @@ -25,7 +25,7 @@ jobs:
USER_ID_2: ${{ secrets.USER_ID_2 }}
USER_ID_3: ${{ secrets.USER_ID_3 }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
push
Expand Down

0 comments on commit d6168c1

Please sign in to comment.