Skip to content

Commit

Permalink
chore: avoid gorelease dirty state
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 18, 2019
1 parent b5ec527 commit c25ca40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ builds:
goarch: [386, amd64, arm, arm64]
main: ./cmd/pertify/main.go
binary: pertify
hooks:
post: go mod tidy
archives:
- wrap_in_directory: true
checksum:
Expand Down

0 comments on commit c25ca40

Please sign in to comment.