Skip to content

Commit

Permalink
Prepare for 3.2.0 release with bal 2201.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed May 10, 2023
1 parent 10ee3e1 commit fccce3f
Show file tree
Hide file tree
Showing 8 changed files with 347 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: pack
env:
WORKING_DIR: ./calendar
- name: Ballerina Test
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: test --code-coverage
env:
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/daily-build.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: pack
env:
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: push
env:
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: push
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.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/@2201.4.1
with:
args: pack
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.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/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: pack
env:
Expand All @@ -20,7 +20,7 @@ jobs:
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
REFRESH_URL: ${{ secrets.REFRESH_URL }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions calendar/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.4.1"
org= "ballerinax"
name= "googleapis.calendar"
version= "3.1.0"
version= "3.2.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Productivity/Calendars", "Cost/Free", "Vendor/Google"]
Expand Down
Loading

0 comments on commit fccce3f

Please sign in to comment.