Skip to content

Commit

Permalink
Merge pull request #97 from LakshanSS/laki-u7
Browse files Browse the repository at this point in the history
Update bal version as 2201.7.0 in release workflows
  • Loading branch information
LakshanSS authored Jul 12, 2023
2 parents 3073c84 + 5fdba91 commit 73733c4
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,7 +32,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.4.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack ./cosmosdb
Expand All @@ -41,7 +41,7 @@ jobs:

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

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.4.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 @@ -25,7 +25,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action//@2201.4.1
uses: ballerina-platform/ballerina-action//@2201.7.0
with:
args:
pack ./cosmosdb
Expand All @@ -34,7 +34,7 @@ jobs:
MASTER_OR_RESOURCE_TOKEN: ${{ secrets.MASTER_OR_RESOURCE_TOKEN }}
JAVA_HOME: /usr/lib/jvm/default-jvm
- name: Ballerina Push
uses: ballerina-platform/ballerina-action//@2201.4.1
uses: ballerina-platform/ballerina-action//@2201.7.0
with:
args:
push
Expand Down

0 comments on commit 73733c4

Please sign in to comment.