Skip to content

Commit

Permalink
Merge pull request #39 from ballerina-platform/NipunaRanasinghe-patch-1
Browse files Browse the repository at this point in the history
Update ballerina version in release workflows
  • Loading branch information
NipunaRanasinghe authored Aug 3, 2023
2 parents 4d58e26 + 63bda0a commit a320547
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 @@ -33,7 +33,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack
Expand All @@ -43,7 +43,7 @@ jobs:
# Push to Ballerina Staging Central
- 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 @@ -54,7 +54,7 @@ jobs:
# Push to Ballerina Dev Central
- 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 @@ -26,7 +26,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.7.0
with:
args:
pack
Expand All @@ -35,7 +35,7 @@ jobs:

# Push the module to the Ballerina central
- 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 a320547

Please sign in to comment.