Skip to content

Commit

Permalink
Merge pull request #56 from ballerina-platform/runtime
Browse files Browse the repository at this point in the history
Fix ENV creation in the release workflow
  • Loading branch information
BuddhiWathsala authored Nov 27, 2020
2 parents d49ed42 + 1ee561e commit d9faf11
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 @@ -17,7 +17,7 @@ jobs:
with:
java-version: 11
- name: Set version env variable
run: echo ::set-env name=VERSION::$((grep -w "version" | cut -d= -f2) < gradle.properties | cut -d- -f1)
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | cut -d- -f1)" >> $GITHUB_ENV
- name : Pre release depenency version update
env:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
Expand Down

0 comments on commit d9faf11

Please sign in to comment.