We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8fb5a commit e510155Copy full SHA for e510155
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
sudo mv ghr_v0.13.0_linux_amd64/ghr /usr/local/bin
23
24
- name: Set version
25
- 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
26
27
- name: Upload artifacts
28
env:
0 commit comments