Skip to content

Commit

Permalink
Fix release workflow to not use add-path
Browse files Browse the repository at this point in the history
Fixes #208
  • Loading branch information
Yusuke Kuoka committed Nov 25, 2020
1 parent ee8fb5a commit e510155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo mv ghr_v0.13.0_linux_amd64/ghr /usr/local/bin
- name: Set version
run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')"
run: echo "VERSION=$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')" >> $GITHUB_ENV

- name: Upload artifacts
env:
Expand Down

0 comments on commit e510155

Please sign in to comment.