From 60798b954384cb80336fd41dcd0f7257f0dda974 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 12 Feb 2024 17:07:09 +0530 Subject: [PATCH] Bump Ballerina version in the Ballerina action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9650863..0ff6958 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Deployment on: + workflow_dispatch: release: types: [ published ] @@ -22,7 +23,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.8.4 # Grant execute permission to the gradlew script - name: Grant execute permission for gradlew