From badc8dbf11ca21670e4af59848dad7db4f9be147 Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Wed, 3 Feb 2021 01:16:56 +0900 Subject: [PATCH] Update pypi-publish.yml --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 7eeaffb5..d2d6686e 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -42,7 +42,7 @@ jobs: run: | wget https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz tar -xzf ghr_v*_linux_amd64.tar.gz - export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH") + 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/