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 12e9e4c commit 99f4c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ builds:
ldflags:
- -extldflags "-static" -s -w -X "main.version={{.Version}}" -X "main.commit={{.Commit}}" -X "main.date={{.Date}}"
hooks:
pre: packr
post: packr clean
pre: $GOBIN/packr
post: $GOBIN/packr clean
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 99f4c3a

Please sign in to comment.