Skip to content

Commit

Permalink
Update the GoReleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsokolovsky committed Mar 22, 2023
1 parent 32a4a0e commit fe4a9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ builds:
shipyard-{{.Os}}-{{.Arch}}
ldflags:
- -s -w
- -X shipyard/version.GitCommit={{.ShortCommit}}
- -X shipyard/version.Version={{.Version}}
- -X github.com/shipyard/shipyard-cli/version.GitCommit={{.ShortCommit}}
- -X github.com/shipyard/shipyard-cli/version.Version={{.Version}}
checksum:
name_template: 'checksums.txt'
changelog:
Expand Down

0 comments on commit fe4a9df

Please sign in to comment.