Skip to content

Commit f837e70

Browse files
authored
Merge pull request #213 from kasthuriraajan/ConnectionConfigRevamp
Bump bal version to 2201.2.1
2 parents a560608 + f9aad19 commit f837e70

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dev-stg-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Ballerina Build
23-
uses: ballerina-platform/ballerina-action/@master
23+
uses: ballerina-platform/ballerina-action/@2201.2.1
2424
with:
2525
args:
2626
pack
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Push to Dev
3131
if: github.event.inputs.bal_central_environment == 'DEV'
32-
uses: ballerina-platform/ballerina-action/@master
32+
uses: ballerina-platform/ballerina-action/@2201.2.1
3333
with:
3434
args:
3535
push
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Push to Staging
4141
if: github.event.inputs.bal_central_environment == 'STAGE'
42-
uses: ballerina-platform/ballerina-action/@master
42+
uses: ballerina-platform/ballerina-action/@2201.2.1
4343
with:
4444
args:
4545
push

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Ballerina Build
15-
uses: ballerina-platform/ballerina-action/@master
15+
uses: ballerina-platform/ballerina-action/@2201.2.1
1616
with:
1717
args:
1818
pack
@@ -32,7 +32,7 @@ jobs:
3232
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
3333
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
3434
- name: Ballerina Push
35-
uses: ballerina-platform/ballerina-action/@master
35+
uses: ballerina-platform/ballerina-action/@2201.2.1
3636
with:
3737
args:
3838
push

gmail/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
distribution = "2201.2.0"
2+
distribution = "2201.2.1"
33
org = "ballerinax"
44
name = "googleapis.gmail"
55
version = "3.1.0"

gmail/Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ballerina Gmail Connector provides the capability to send, read, and delete emai
1010

1111
| | Version |
1212
|-----------------------|-------------------------------|
13-
| Ballerina Language | Swan Lake 2201.2.0 |
13+
| Ballerina Language | Swan Lake 2201.2.1 |
1414
| Gmail API | v1 |
1515

1616
## Report issues

0 commit comments

Comments
 (0)