Skip to content

Commit ca1948c

Browse files
author
Craig Furman
authored
fix .goreleaser-patch.yml (#1086)
Same go command regression as previous commit. We just forgot a goreleaser file.
1 parent f8ab447 commit ca1948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before:
1111
hooks:
1212
- go mod download
1313
- go mod tidy
14-
- go generate ./schema
14+
- go generate ./...
1515
builds:
1616
-
1717
main: ./cmd/src/

0 commit comments

Comments
 (0)