Skip to content

Commit

Permalink
Merge pull request #15 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 e166fbc + 9e044d8 commit 3f46744
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c
Expand Down
47 changes: 0 additions & 47 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 @@ -24,7 +24,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c
Expand All @@ -35,7 +35,7 @@ jobs:

# Push the module to the Ballerina central
- name: Ballerina Push
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
push
Expand Down

0 comments on commit 3f46744

Please sign in to comment.