Skip to content

Commit

Permalink
Merge pull request #16 from SanduDS/patch-1
Browse files Browse the repository at this point in the history
Adding workaround for issue#27405
  • Loading branch information
kasun-indrasiri authored Dec 14, 2020
2 parents 1dac2e7 + 6682043 commit 9f89c69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 9f89c69

Please sign in to comment.