Skip to content

Commit

Permalink
Merge pull request #172 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 4d95939 + a896d34 commit 0dba4b4
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 @@ -37,7 +37,7 @@ jobs:
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack ./asb-ballerina
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.3.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.3.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 @@ -41,7 +41,7 @@ jobs:
# Build Ballerina Project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.3.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack ./asb-ballerina
Expand All @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit 0dba4b4

Please sign in to comment.