From 5447f9ebfebcc836721368fe62a5577e8cb75498 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 23:59:08 -0600 Subject: jesus. what a slow slog --- doRelease.go | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doRelease.go') diff --git a/doRelease.go b/doRelease.go index e1af8cb..0884568 100644 --- a/doRelease.go +++ b/doRelease.go @@ -199,10 +199,16 @@ func doRelease() bool { shell.RunRealtime(cmd) me.forge = forgepb.Init() - // update the values in the GUI - if repov := me.repos.View.FindByPath(check.GetGoPath()); repov != nil { - repov.NewScan2(check) - } + // run this each time something gets published successfully + rePrepareRelease() + + /* + // notsure about this anymore + // update the values in the GUI + if repov := me.repos.View.FindByPath(check.GetGoPath()); repov != nil { + repov.NewScan2(check) + } + */ // attempt to find another repo to release if !doReleaseFindNext() { -- cgit v1.2.3