diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 17:25:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 17:25:15 -0500 |
| commit | c5796d45570ca3b6d0132cbfa3faabacc070aa13 (patch) | |
| tree | 1a90707034a28fcbc58755c101e8e251cb51209b /doPublish.go | |
| parent | f09240a122f09f297d96332c431db74857b93e6f (diff) | |
start working on not killing autogen files
Diffstat (limited to 'doPublish.go')
| -rw-r--r-- | doPublish.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doPublish.go b/doPublish.go index b5c264d..114c23b 100644 --- a/doPublish.go +++ b/doPublish.go @@ -54,6 +54,9 @@ func doPublish() error { } cmd = []string{"guireleaser", "--gui", "andlabs", "--auto-run", "quick"} + if argv.Publish.Gomod { + cmd = append(cmd, "--keep-gomod") + } if _, err := shell.RunRealtimeError(cmd); err != nil { log.Info("releaser failed", err) me.sh.BadExit("publishing failed", nil) |
