attempt to save published godeps

This commit is contained in:
Jeff Carr 2024-12-01 11:02:27 -06:00
parent 6ee304e830
commit bb0bec4717
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ func doRelease() bool {
me.current.NewScan()
pb := me.forge.Repos.FindByGoPath(me.current.GoPath())
if pb != nil {
pb.RedoGoMod()
loop := pb.Published.SortByGoPath()
for loop.Scan() {
t := loop.Next()