Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Sreerama authored Aug 22, 2024
1 parent 34eab80 commit cfca208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: 2
before:
hooks:
- go mod tidy
- rm -rf dist/*
- mkdir -p dist

builds:
- env:
Expand All @@ -19,6 +21,7 @@ builds:
main: ./cmd/wirey
ldflags:
- -s -X main.Version={{.Version}}
nolink: true

archives:
- format: tar.gz
Expand Down

0 comments on commit cfca208

Please sign in to comment.