attempt to fix the release process

This commit is contained in:
Jeff Carr 2025-09-03 20:50:30 -05:00
parent d5626a5e23
commit 09d595fd53
1 changed files with 1 additions and 0 deletions

View File

@ -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