attempt to save published godeps
This commit is contained in:
parent
6ee304e830
commit
bb0bec4717
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue