From 22870f81401851c97700065aa16bf688248e6922 Mon Sep 17 00:00:00 2001 From: lakshanss Date: Tue, 11 Jul 2023 15:13:22 +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 c3f6f7e5..906a3000 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -36,7 +36,7 @@ jobs: ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack mongodb @@ -46,7 +46,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 @@ -57,7 +57,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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed371d94..24ae0942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack mongodb @@ -37,7 +37,7 @@ jobs: JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push