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 c2e6438 commit fabcddbCopy full SHA for fabcddb
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
tar zxvf ghr_v0.13.0_linux_amd64.tar.gz
21
sudo mv ghr_v0.13.0_linux_amd64/ghr /usr/local/bin
22
- name: Set version
23
- run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name' | sed -e 's/v//g')"
+ run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')"
24
- name: Upload artifacts
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments