Skip to content

Commit

Permalink
Fix goreleaser config that never worked
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Dec 8, 2023
1 parent 4788a55 commit 9925033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gomod:
before:
hooks:
- go generate ./...
- go run github.com/google/go-licenses@atest save ./... --save_path=./notices --force --ignore github.com/pjbgf/sha1cd/cgo --ignore github.com/cloudflare/circl --ignore golang.org/x
- go run github.com/google/go-licenses@latest save ./... --save_path=./notices --force --ignore github.com/pjbgf/sha1cd/cgo --ignore github.com/cloudflare/circl --ignore golang.org/x
builds:
- id: wiki
env:
Expand Down

0 comments on commit 9925033

Please sign in to comment.