From a896d3436714472f1c19e76f3f09ff6309aff197 Mon Sep 17 00:00:00 2001 From: lakshanss Date: Tue, 11 Jul 2023 15:08:03 +0530 Subject: [PATCH] Bump bal version as 2201.7.0 in release workflows --- .github/workflows/dev-stg-release.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 0daa15c6..d4611df8 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -37,7 +37,7 @@ jobs: ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./asb-ballerina @@ -46,7 +46,7 @@ jobs: - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push @@ -57,7 +57,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebba770..e13399a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # Build Ballerina Project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./asb-ballerina @@ -56,7 +56,7 @@ jobs: # Push to Ballerina Central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push