fix(publish): fetch all before checking a matching semver in the frontend

pull/492/head
1138-4EB 2018-08-06 12:46:30 +01:00
parent ac3ad47a92
commit 18a9d977c2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ fi
echo "> Checking matching $semver in frontend submodule" echo "> Checking matching $semver in frontend submodule"
cd frontend cd frontend
git fetch --all
trash=$(git tag | grep "$semver") trash=$(git tag | grep "$semver")
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then