Skip to content

Commit

Permalink
Merge pull request #225 from LakshanSS/3.5.0
Browse files Browse the repository at this point in the history
Prepare for 3.5.0 release with 2201.7.0
  • Loading branch information
LakshanSS committed Aug 10, 2023
2 parents 150b628 + 707607f commit 9cba1f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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:
- uses: actions/checkout@v2

- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack
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.7.0
with:
args:
push
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.7.0
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/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack
Expand All @@ -32,7 +32,7 @@ jobs:
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions gmail/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.7.0"
org = "ballerinax"
name = "googleapis.gmail"
version = "3.1.0"
version = "3.5.0"
authors = ["Ballerina"]
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
keywords = ["Communication/Email", "Cost/Free", "Vendor/Google"]
Expand Down
2 changes: 1 addition & 1 deletion gmail/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ballerina Gmail Connector provides the capability to send, read, and delete emai

| | Version |
|-----------------------|-------------------------------|
| Ballerina Language | Swan Lake 2201.3.0 |
| Ballerina Language | Swan Lake 2201.7.0 |
| Gmail API | v1 |

## Report issues
Expand Down

0 comments on commit 9cba1f6

Please sign in to comment.