From 24a95c7506625e32ba66240191b9097c87247e2d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 12:29:40 -0500 Subject: always do a full scan here --- doRelease.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doRelease.go b/doRelease.go index be0b262..5fe8b1b 100644 --- a/doRelease.go +++ b/doRelease.go @@ -136,7 +136,7 @@ func doRelease() error { all = append(all, []string{"git", "add", "-f", "go.sum"}) autogen = append(autogen, "go.sum") } - if ok, compiled, err := me.current.IsProtobuf(); ok { + if ok, compiled, err := me.current.ScanProtobuf(); ok { log.Info("\tIsProtobuf() == true") if err != nil { log.Info("\tERROR: There are protobuf files, but they are not compiled") -- cgit v1.2.3