Bump ghr version to v0.14.0

This commit is contained in:
c-bata
2022-03-23 13:27:31 +09:00
parent fc35b3994d
commit 748462ba56
+2 -2
View File
@@ -34,10 +34,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz
wget https://github.com/tcnksm/ghr/releases/download/v0.14.0/ghr_v0.14.0_linux_amd64.tar.gz
tar -xzf ghr_v*_linux_amd64.tar.gz
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH" | sed -e "s/refs\/tags\///")
cp ./optuna_dashboard/public/bundle.js ./dist/
cp ./optuna_dashboard/public/bundle.js.LICENSE.txt ./dist/
./ghr_v0.13.0_linux_amd64/ghr -n ${TAGNAME} -b ${TAGNAME} -draft ${TAGNAME} dist/
./ghr_v0.14.0_linux_amd64/ghr -n ${TAGNAME} -b ${TAGNAME} -draft ${TAGNAME} dist/