Skip to content

Commit

Permalink
stop giving v as version in goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: sethiyash <yashsethiya97@gmail.com>
  • Loading branch information
sethiyash committed May 31, 2023
1 parent ddd16c9 commit 22d1d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -20,7 +20,7 @@ builds:
- -trimpath

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

archives:
- format: binary
Expand Down

0 comments on commit 22d1d02

Please sign in to comment.