mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-19 09:24:20 +00:00
fix(publish): fetch all before checking a matching semver in the frontend
This commit is contained in:
parent
ac3ad47a92
commit
18a9d977c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue