From 18a9d977c2c5a91c79eb523ee7f63517ffdfa69a Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Mon, 6 Aug 2018 12:46:30 +0100 Subject: [PATCH] fix(publish): fetch all before checking a matching semver in the frontend --- build/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/release.sh b/build/release.sh index 1d4b831b..b91c83fc 100644 --- a/build/release.sh +++ b/build/release.sh @@ -19,6 +19,7 @@ fi echo "> Checking matching $semver in frontend submodule" cd frontend +git fetch --all trash=$(git tag | grep "$semver") if [ $? -ne 0 ]; then