summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 23:59:08 -0600
committerJeff Carr <[email protected]>2024-12-17 23:59:08 -0600
commit5447f9ebfebcc836721368fe62a5577e8cb75498 (patch)
tree1b223b8ac3a9a2df4d24b9b7f88e5f157c08e303 /doRelease.go
parent79ea2eaec1e308276a2ebc6da9872bd21bee191c (diff)
jesus. what a slow slogv0.23.7
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() {