From e3fa2764a28c5236122448351b9b42c47ddc8c08 Mon Sep 17 00:00:00 2001 From: lakshanss Date: Fri, 4 Jun 2021 01:40:02 +0530 Subject: [PATCH] Change ballerina action to slalpha5 --- .github/workflows/ci.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373ee068..00641c03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: # Build Ballerina Project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@slalpha5 with: args: build -c ./asb-ballerina diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9b364d81..bb7398dc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -39,7 +39,7 @@ jobs: # Build Ballerina Project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@slalpha5 with: args: build -c ./asb-ballerina diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bdd829a..5962bfdd 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/@master + uses: ballerina-platform/ballerina-action/@slalpha5 with: args: build -c --skip-tests ./asb-ballerina @@ -56,7 +56,7 @@ jobs: # Push to Ballerina Central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@slalpha5 with: args: push