Skip to content

Commit

Permalink
Merge pull request #131 from kasthuriraajan/ConnectionConfigRevamp
Browse files Browse the repository at this point in the history
Bump bal version to 2201.2.1
  • Loading branch information
LakshanSS authored Oct 11, 2022
2 parents 6883f53 + 7a41b21 commit 9d632c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
pack ./slack
- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand All @@ -34,7 +34,7 @@ jobs:
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_STAGE_ACCESS_TOKEN }}
- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
pack ./slack
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
SLACK_USERNAME: ${{ secrets.SLACK_USERNAME }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion slack/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
distribution = "2201.2.0"
distribution = "2201.2.1"
org= "ballerinax"
name= "slack"
version= "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion slack/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It provides the capability to query information and perform some actions in a Sl
### Compatibility
| | Version |
|:---------------------------:|:------------------:|
| Ballerina Language | Swan Lake 2201.2.0 |
| Ballerina Language | Swan Lake 2201.2.1 |

## Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https://github.com/ballerina-platform/ballerina-extended-library)
Expand Down

0 comments on commit 9d632c0

Please sign in to comment.