Skip to content

Commit

Permalink
fix: goreleaser should prefix v for version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Dec 27, 2021
1 parent 880e65b commit e81f49b
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 @@ -5,7 +5,7 @@ builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/Mario-F/hetzner-dyndns/cmd.Version={{.Version}}
- -s -w -X github.com/Mario-F/hetzner-dyndns/cmd.Version=v{{.Version}}
goos:
- freebsd
- linux
Expand Down

0 comments on commit e81f49b

Please sign in to comment.