From 1a95e102f1e03882b857e369021fe8ce39738ee0 Mon Sep 17 00:00:00 2001 From: Nipuna Ransinghe Date: Thu, 3 Aug 2023 22:22:12 +0530 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e690bab..167f1a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -35,7 +35,7 @@ jobs: # Push the module to the Ballerina central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push From 63bda0a3ed48c6abcf2c3291f7eb178d4f05b0eb Mon Sep 17 00:00:00 2001 From: Nipuna Ransinghe Date: Thu, 3 Aug 2023 22:24:10 +0530 Subject: [PATCH 2/2] Update staging and dev central workflows --- .github/workflows/dev-stg-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 2035a97..37593ea 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -33,7 +33,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -43,7 +43,7 @@ jobs: # Push to Ballerina Staging Central - 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 @@ -54,7 +54,7 @@ jobs: # Push to Ballerina Dev Central - 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