Skip to content

Commit

Permalink
Add v to the version since latest versions of goreleaser remove it
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Mar 23, 2023
1 parent 94d52e4 commit 837130d
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 @@ -23,7 +23,7 @@ builds:
- -trimpath

ldflags:
- -X github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/cmd.Version={{ .Version }}
- -X github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/cmd.Version=v{{ .Version }}

archives:
- format: binary
Expand Down

0 comments on commit 837130d

Please sign in to comment.