Skip to content

Commit

Permalink
Update publish release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed May 6, 2024
1 parent 3a62082 commit 4c27f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: ${{ github.event.inputs.ballerina_version }}
version: ${{ github.event.inputs.distribution_version }}
- name: Set version env variable
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV
- name: Pre release depenency version update
Expand Down

0 comments on commit 4c27f75

Please sign in to comment.