Skip to content

Commit

Permalink
Update workflow files to release in 2201.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshafedo committed Feb 23, 2022
1 parent 15d638a commit aa4da8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container:
runs-on: ubuntu-latest
container:
image: ballerina/ballerina:nightly
image: ballerina/ballerina:2201.0.0
options: --user root
steps:
- uses: actions/checkout@v2
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/daily-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container:
runs-on: ubuntu-latest
container:
image: ballerina/ballerina:swan-lake-beta6
image: ballerina/ballerina:2201.0.0
options: --user root
steps:
- name: Install Git
Expand Down

0 comments on commit aa4da8a

Please sign in to comment.