Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti committed Nov 22, 2023
1 parent 54d200d commit 1bf96ea
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 @@ -11,7 +11,7 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/bueti/shrinkster/cmd/cli.version={{.Version}} -X github.com/bueti/shrinkster/cmd/cli.commit={{.Commit}} -X github.com/bueti/shrinkster/cmd/cli.date={{.Date}}
- -s -w -X github.com/bueti/shrinkster/cmd/cli/main.version={{.Version}} -X github.com/bueti/shrinkster/cmd/cli/main.commit={{.Commit}} -X github.com/bueti/shrinkster/cmd/cli/main.date={{.Date}}
main: ./cmd/cli/
release:
prerelease: auto
Expand Down

0 comments on commit 1bf96ea

Please sign in to comment.