summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go14
1 files changed, 10 insertions, 4 deletions
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() {