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 1bf96ea commit a0f35e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- -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}}
- -s
- -w
- -X main.version={{.Version}}
- -X main.commit={{.Commit}}
- -X main.date={{.Date}}
main: ./cmd/cli/
release:
prerelease: auto
Expand Down

0 comments on commit a0f35e3

Please sign in to comment.