Skip to content

Commit e510155

Browse files
author
Yusuke Kuoka
committed
Fix release workflow to not use add-path
Fixes actions#208
1 parent ee8fb5a commit e510155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo mv ghr_v0.13.0_linux_amd64/ghr /usr/local/bin
2323
2424
- name: Set version
25-
run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')"
25+
run: echo "VERSION=$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')" >> $GITHUB_ENV
2626

2727
- name: Upload artifacts
2828
env:

0 commit comments

Comments
 (0)