Skip to content

Commit

Permalink
Merge pull request #14 from LakshanSS/laki-u7
Browse files Browse the repository at this point in the history
Bump bal version as 2201.7.0 in release workflows
  • Loading branch information
LakshanSS committed Jul 12, 2023
2 parents 0101fa7 + fd0e0c1 commit 8776c59
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 @@ -46,7 +46,7 @@ jobs:
# Build Ballerina Project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack ./ballerina
Expand All @@ -56,7 +56,7 @@ jobs:
# Push to Ballerina Staging Central
- 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 All @@ -68,7 +68,7 @@ jobs:
# Push to Ballerina Dev Central
- 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 Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Build Ballerina Project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack ./ballerina
Expand All @@ -50,7 +50,7 @@ jobs:

# Push to Ballerina Central
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["IT Operations/Cloud Services", "Cost/Paid"]
repository = "https://github.com/ballerina-platform/module-ballerinax-snowflake"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.3.0"
distribution = "2201.7.0"

[[platform.java11.dependency]]
path = "../native/build/libs/snowflake-native-1.2.0.jar"
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["IT Operations/Cloud Services", "Cost/Paid"]
repository = "https://github.com/ballerina-platform/module-ballerinax-snowflake"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.3.0"
distribution = "2201.7.0"

[[platform.java11.dependency]]
path = "../native/build/libs/snowflake-native-@project.version@.jar"
Expand Down

0 comments on commit 8776c59

Please sign in to comment.