put in wrong place
This commit is contained in:
parent
5bc157ec34
commit
e4616e5971
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue