Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney committed Nov 25, 2024
1 parent 9853190 commit e79b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
go install

dist:
goreleaser build --single-target --skip-validate --rm-dist
goreleaser build --single-target --skip-validate

test:
go test -i $(TEST) || exit 1
Expand Down

0 comments on commit e79b7fd

Please sign in to comment.