put in wrong place

This commit is contained in:
Jeff Carr 2025-01-18 07:57:51 -06:00
parent 5bc157ec34
commit e4616e5971
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ func doRelease() bool {
log.Warn("something went wrong with the release.version:", me.release.version.String())
return false
}
me.done = append(me.done, me.current.GetGoPath())
if strings.HasPrefix(me.release.version.String(), "v") {
log.Warn("everything is ok. version starts with v.", me.release.version.String())
@ -62,6 +61,7 @@ func doRelease() bool {
log.Sleep(5)
return true
}
me.done = append(me.done, me.current.GetGoPath())
if !me.forge.FinalGoDepsCheckOk(check, true) {
msg := fmt.Sprint("the go.mod file is wrong. fix it here?", check.GetGoPath())
badExit(errors.New(msg))