this needs to exist for the guireleaser to function

This commit is contained in:
Jeff Carr 2024-02-14 13:44:24 -06:00
parent cae327e162
commit 096150d8da
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,4 @@
all: build
reset
all:
./guireleaser
stderr: build

View File

@ -53,6 +53,12 @@ func main() {
os.Exit(0)
}
gosum := filepath.Join(homeDir, "go/src/go.wit.com/apps/guireleaser/go.sum")
if ! shell.Exists(gosum) {
log.Info("go.sum must exist here")
os.Exit(0)
}
repoworld()
me.releaseReasonS = releaseReasonS