From 2f02414fb7755336b05842636a429b4a50e157d5 Mon Sep 17 00:00:00 2001 From: ravinperera00 Date: Thu, 19 Dec 2024 14:18:43 +0530 Subject: [PATCH] Switch version to nightly --- .github/workflows/pr-build-connector-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-connector-template.yml b/.github/workflows/pr-build-connector-template.yml index 409729fe..2821267f 100644 --- a/.github/workflows/pr-build-connector-template.yml +++ b/.github/workflows/pr-build-connector-template.yml @@ -36,7 +36,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: ${{ env.BAL_VERSION }} + version: nightly - name: Set up JDK 21 uses: actions/setup-java@v3