Skip to content

Commit

Permalink
fix .goreleaser-patch.yml (#1086)
Browse files Browse the repository at this point in the history
Same go command regression as previous commit. We just forgot a
goreleaser file.
  • Loading branch information
craigfurman authored May 15, 2024
1 parent f8ab447 commit ca1948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before:
hooks:
- go mod download
- go mod tidy
- go generate ./schema
- go generate ./...
builds:
-
main: ./cmd/src/
Expand Down

0 comments on commit ca1948c

Please sign in to comment.