From dbf0709ba13ee0858e2302f33f452f5f1616a547 Mon Sep 17 00:00:00 2001 From: Pahalage Dhanushka Sandaruwan Date: Mon, 14 Dec 2020 10:10:53 +0530 Subject: [PATCH 1/3] Update release.yml as a workaround for issue#27405 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9c6094..39d664e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,15 +12,15 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@swan-lake-connector-release + uses: ballerina-platform/ballerina-action/@slp7 with: args: - build -c + build -c --skip-tests env: SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }} SLACK_USERNAME: ${{ secrets.SLACK_USERNAME }} - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@swan-lake-connector-release + uses: ballerina-platform/ballerina-action/@slp7 with: args: push From 431c23d763423359750d68f168168d87f80eca7f Mon Sep 17 00:00:00 2001 From: Pahalage Dhanushka Sandaruwan Date: Mon, 14 Dec 2020 10:11:32 +0530 Subject: [PATCH 2/3] Update Ballerina.toml --- Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ballerina.toml b/Ballerina.toml index 9ad32db..5e65569 100644 --- a/Ballerina.toml +++ b/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "slack" -version = "0.9.3" +version = "0.9.4" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["slack"] From 668204315112e9e8ea2fa602fef61cd38286ca52 Mon Sep 17 00:00:00 2001 From: Pahalage Dhanushka Sandaruwan Date: Mon, 14 Dec 2020 10:13:00 +0530 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9737b16..fb50c29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@swan-lake-connector-release + uses: ballerina-platform/ballerina-action/@slp7 with: args: build -c