Skip to content

Commit

Permalink
fix(Goreleser): Fix the conf file
Browse files Browse the repository at this point in the history
- Change the conf files .goreleaser.yml

BREAKING CHANGE: No

Signed-off-by: Alejandro JNM <[email protected]>
  • Loading branch information
alejandrojnm committed May 13, 2020
1 parent b35e0cf commit 3ecf80b
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 @@ -21,7 +21,7 @@ builds:
- goos: openbsd
goarch: arm
ldflags:
- - -s -w -X github.com/civo/cli/cmd.VersionCli={{.Version}} -X github.com/civo/cli/cmd.CommitCli={{.Commit}} -X github.com/civo/cli/cmd.DateCli={{.Date}}
- -s -w -X github.com/civo/cli/cmd.VersionCli={{.Version}} -X github.com/civo/cli/cmd.CommitCli={{.Commit}} -X github.com/civo/cli/cmd.DateCli={{.Date}}
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
Expand Down

0 comments on commit 3ecf80b

Please sign in to comment.