Compare commits

..

No commits in common. "cff062a9b0ef50e73395262c159f7cee9d725c33" and "dd01ea4397d930c9de88419c7f7218ce643cfe6b" have entirely different histories.

View File

@ -62,9 +62,7 @@ func getLatestGitTag(options ...GetLatestGitTagOption) (tag string, err error) {
tag = strings.Join(parts[2:], "/")
}
if tag == "" {
return tag, fmt.Errorf("couldn't find any git tags")
}
fmt.Println(tag)
return
}