Skip to content

Commit

Permalink
Merge pull request #96 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 committed Jul 12, 2023
2 parents 78e46dc + 9e1aee4 commit 3a3d9b8
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 @@ -32,15 +32,15 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args: pack ./twitter
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

- 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.7.0
with:
args: push
env:
Expand All @@ -50,7 +50,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.7.0
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args: pack ./twitter
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

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

0 comments on commit 3a3d9b8

Please sign in to comment.