Skip to content

Commit

Permalink
Merge pull request #215 from LakshanSS/laki-u7
Browse files Browse the repository at this point in the history
Bump bal version as 2201.7.0 in release workflows
  • Loading branch information
LakshanSS authored Jul 12, 2023
2 parents e5c98fd + 22870f8 commit 888d9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -36,7 +36,7 @@ jobs:
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack mongodb
Expand All @@ -46,7 +46,7 @@ jobs:

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

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
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 @@ -28,7 +28,7 @@ jobs:
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack mongodb
Expand All @@ -37,7 +37,7 @@ jobs:
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true

- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
push
Expand Down

0 comments on commit 888d9f9

Please sign in to comment.