Skip to content

Commit

Permalink
Merge pull request #52 from kasthuriraajan/ConnectionConfigRevamp
Browse files Browse the repository at this point in the history
Bump bal version to 2201.2.1
  • Loading branch information
LakshanSS authored Oct 11, 2022
2 parents a328967 + f2f6c18 commit 8cf9589
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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:
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
Expand All @@ -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
Expand All @@ -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
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/@2201.2.1
with:
args:
pack
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gpeople/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
distribution = "2201.2.0"
distribution = "2201.2.1"
org= "ballerinax"
name= "googleapis.people"
version= "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gpeople/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cf9589

Please sign in to comment.