fix(fetch): always fetch latest origin tags. Fixes #264

This commit is contained in:
Folke Lemaitre 2022-12-31 15:55:06 +01:00
parent 3711176164
commit a9de5910f2
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ M.fetch = {
local args = {
"fetch",
"--recurse-submodules",
"--tags", -- also fetch remote tags
"--force", -- overwrite existing tags if needed
"--progress",
}