Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Nov 26, 2022
1 parent a19dff4 commit 3c69ced
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 @@ -15,7 +15,7 @@ builds:
ldflags:
- -extldflags "-static" -s -w -X "main.version={{.Version}}" -X "main.commit={{.Commit}}" -X "main.date={{.Date}}"
hooks:
pre: packr
pre: go install github.com/gobuffalo/packr/v2@latest && packr
post: packr clean
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 3c69ced

Please sign in to comment.