From f2f6c1866e0636bc65132733e3c838056b2ca632 Mon Sep 17 00:00:00 2001 From: kasthuriraajan Date: Tue, 11 Oct 2022 16:46:44 +0530 Subject: [PATCH] Bump bal version to 2201.2.1 --- .github/workflows/dev-stg-release.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- gpeople/Ballerina.toml | 2 +- gpeople/Package.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index a29dcfb..effa674 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: pack @@ -29,7 +29,7 @@ jobs: - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push @@ -39,7 +39,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67220b1..1e3506a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: pack @@ -22,7 +22,7 @@ jobs: REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }} WORKING_DIR: ./gpeople - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push diff --git a/gpeople/Ballerina.toml b/gpeople/Ballerina.toml index 8926946..a21f853 100644 --- a/gpeople/Ballerina.toml +++ b/gpeople/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.2.0" +distribution = "2201.2.1" org= "ballerinax" name= "googleapis.people" version= "2.3.0" diff --git a/gpeople/Package.md b/gpeople/Package.md index 00d8274..d6a9348 100644 --- a/gpeople/Package.md +++ b/gpeople/Package.md @@ -8,7 +8,7 @@ This package provides the capability to access the Google People API service. ### Compatibility | | Version | |---------------------|----------------------| -| Ballerina Language | Swan Lake 2201.2.0 | +| Ballerina Language | Swan Lake 2201.2.1 | | Google People API | V1 | ## Report issues