Skip to content

Commit 75c987b

Browse files
author
Jiri Ctvrtka
committed
FIx for releaser itself.
1 parent 34dddac commit 75c987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ builds:
1818
flags:
1919
- -v
2020
ldflags:
21-
- -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
21+
- -s -w -X version.version=v{{.Version}} -X version.commit={{.ShortCommit}} -X version.buildDate={{.Date}}
2222
archives:
2323
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
2424
wrap_in_directory: true

0 commit comments

Comments
 (0)