attempt to fix the release process
This commit is contained in:
parent
d5626a5e23
commit
09d595fd53
|
@ -128,6 +128,7 @@ func createReleaseBox(box *gui.Node) {
|
||||||
if err := doRelease(); err != nil {
|
if err := doRelease(); err != nil {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
me.forge.CheckDirty()
|
||||||
count += 1
|
count += 1
|
||||||
// never allow a loop longer than all the known repos
|
// never allow a loop longer than all the known repos
|
||||||
// this probably doesn't matter, but often this code is wrong
|
// this probably doesn't matter, but often this code is wrong
|
||||||
|
|
Loading…
Reference in New Issue