Skip to content

Commit

Permalink
Prepare for 3.2.0 release with bal 2201.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed May 10, 2023
1 parent 61c3fa7 commit 7573772
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack ./netsuite
- name: Ballerina Test
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
test --code-coverage ./netsuite
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/daily-build.yml

This file was deleted.

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,14 +19,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack ./netsuite

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.4.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,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack ./netsuite
Expand All @@ -22,7 +22,7 @@ jobs:
NS_CLIENT_SECRET: ${{ secrets.CONSUMERSECRET }}
NS_ACCOUNTID: ${{secrets.ACCOUNTID}}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions netsuite/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.1"
distribution = "2201.4.1"
org = "ballerinax"
name = "netsuite"
version = "3.1.0"
version = "3.2.0"
authors = ["Ballerina"]
repository = "https://github.com/ballerina-platform/module-ballerinax-netsuite"
keywords = ["Business Management/ERP", "Cost/Paid"]
Expand Down
Loading

0 comments on commit 7573772

Please sign in to comment.