Skip to content

Commit

Permalink
Merge pull request #7 from LakshanSS/beta2-release
Browse files Browse the repository at this point in the history
Bump versions for slbeta2 release of the connector
  • Loading branch information
abeykoon authored Aug 11, 2021
2 parents c38da3b + 58e3d83 commit df17e34
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 71 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c --skip-tests ./teams
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/daily-build.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on: [pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c --skip-tests ./teams
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Ballerina Build
Expand All @@ -30,5 +28,6 @@ jobs:
args:
push
env:
WORKING_DIR: ./teams
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.microsoft.teams
version=0.1.1-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.2.1
version=1.0.1
ballerinaLangVersion=2.0.0-beta.2.1
2 changes: 1 addition & 1 deletion teams/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org= "ballerinax"
name= "microsoft.teams"
version= "0.1.1-SNAPSHOT"
version= "1.0.1"
authors = ["Ballerina"]
keywords = ["microsoft", "teams", "communication"]
repository = "https://github.com/ballerina-platform/module-ballerinax-microsoft.teams"
Expand Down

0 comments on commit df17e34

Please sign in to comment.