From 326bd6c2bcb2c7e386221239f224c1d99e502e20 Mon Sep 17 00:00:00 2001 From: dilanSachi Date: Wed, 28 Feb 2024 11:57:03 +0530 Subject: [PATCH] Bump ballerina version in dev release workflow --- .github/workflows/dev-stg-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 7369bed..9714b1a 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -23,7 +23,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.8.0 # Build Ballerina Project - name: Ballerina Build