summaryrefslogtreecommitdiff
path: root/doPublish.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 04:31:10 -0500
committerJeff Carr <[email protected]>2025-10-09 04:31:10 -0500
commit98bb38d6999f94d507868247841d9b8d6eff8a75 (patch)
treef1dc35b0dad362e128d975d4b8a04247756838a2 /doPublish.go
parent0b646a20b812f337251c0ed950afeba9b97cfcc7 (diff)
cleaning up publish
Diffstat (limited to 'doPublish.go')
-rw-r--r--doPublish.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/doPublish.go b/doPublish.go
index 0b72ee6..c3ac3f9 100644
--- a/doPublish.go
+++ b/doPublish.go
@@ -48,12 +48,10 @@ func doPublish() error {
time.Sleep(time.Second)
me.forge.Repos.Load()
- os.Setenv("GO111MODULE", "off")
if err := doInstall(); err != nil {
log.Info("doInstall() failed", err)
me.sh.BadExit("merge failed", nil)
}
- os.Unsetenv("GO111MODULE")
if os.Getenv("GUIRELEASE_REASON") == "" {
os.Setenv("GUIRELEASE_REASON", "automated")