fix(publish): fetch all before checking a matching semver in the frontend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user