Skip to content

Commit fabcddb

Browse files
committed
Fix version format
1 parent c2e6438 commit fabcddb

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
@@ -20,7 +20,7 @@ jobs:
2020
tar zxvf ghr_v0.13.0_linux_amd64.tar.gz
2121
sudo mv ghr_v0.13.0_linux_amd64/ghr /usr/local/bin
2222
- name: Set version
23-
run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name' | sed -e 's/v//g')"
23+
run: echo "::set-env name=VERSION::$(cat ${GITHUB_EVENT_PATH} | jq -r '.release.tag_name')"
2424
- name: Upload artifacts
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)