Fix release workflow to not use add-path

Fixes #208
This commit is contained in:
Yusuke Kuoka 2020-11-26 08:39:03 +09:00
parent ee8fb5a388
commit e5101554b3
1 changed files with 1 additions and 1 deletions

View File

@ -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: