Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix version in gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jan 4, 2022
1 parent 21561d7 commit 3bf9edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ builds:
- id: "lens"
main: ./main.go
ldflags:
- -X github.com/strangelove-ventures/lens/cmd/cmd.Version={{ .Tag }}
- -X github.com/strangelove-ventures/lens/cmd/cmd.Commit={{ .FullCommit }}
- -X github.com/strangelove-ventures/lens/cmd.Version={{ .Tag }}
- -X github.com/strangelove-ventures/lens/cmd.Commit={{ .FullCommit }}
goos:
- darwin
- linux
Expand Down

0 comments on commit 3bf9edf

Please sign in to comment.