Skip to content

Commit

Permalink
chore: Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyMoud committed Oct 5, 2024
1 parent 815b28b commit 74bdd38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ before:
- go mod tidy

builds:
- ldflags:
- "-X 'github.com/mightymoud/sidekick/cmd.version={{.Tag}}'"
- env:
- CGO_ENABLED=0
ldflags:
- "-X 'github.com/mightymoud/sidekick/cmd.version={{.Tag}}'"
goos:
- linux
- windows
Expand All @@ -44,3 +44,4 @@ changelog:
exclude:
- "^docs:"
- "^test:"
- "^chore:"

0 comments on commit 74bdd38

Please sign in to comment.