Skip to content

Commit

Permalink
Merge pull request #19 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 10, 2021
2 parents f21d6e6 + 409c45c commit 3451094
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 71 deletions.
5 changes: 1 addition & 4 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
Expand All @@ -19,4 +17,3 @@ jobs:
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
WORKING_DIR: ./gpeople

57 changes: 0 additions & 57 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
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c --skip-tests
Expand All @@ -22,9 +20,10 @@ jobs:
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
WORKING_DIR: ./gpeople
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
push
env:
WORKING_DIR: ./gpeople
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion gpeople/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org= "ballerinax"
name= "googleapis.people"
version= "0.1.2-SNAPSHOT"
version= "1.0.1"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["google", "people", "contact"]
Expand Down
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.googleapis.people
version=0.1.2-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.2-20210621-194000-70c97122
version=1.0.1
ballerinaLangVersion=2.0.0-beta.2.1

0 comments on commit 3451094

Please sign in to comment.