We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eff40c commit 73ddaa2Copy full SHA for 73ddaa2
.goreleaser.yaml
@@ -22,7 +22,7 @@ builds:
22
- windows
23
- darwin
24
ldflags:
25
- - -s -w - -X github.com/cjodo/echo-cli/main.Version={{.Version}}
+ - -s -w -X github.com/cjodo/echo-cli/main.Version={{.Version}}
26
archives:
27
- formats: [tar.gz]
28
# this name template makes the OS and Arch compatible with the results of `uname`.
0 commit comments