Skip to content

Commit

Permalink
build: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloonz committed Jun 4, 2021
1 parent 2b0331f commit acf8839
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 @@ -3,7 +3,7 @@ project_name: uback
builds:
- id: uback
ldflags:
- -s -w -X github.com/sloonz/uback/cmd.version={{.Tag}} -X github.com/sloonz/uback/cmd.commit={{.ShortCommit}} -X github.com/sloonz/uback/cmd.buildDate={{.Date}}
- -s -w -X github.com/sloonz/uback/cmd.tag={{.Tag}} -X github.com/sloonz/uback/cmd.commit={{.ShortCommit}} -X github.com/sloonz/uback/cmd.buildDate={{.Date}}
binary: uback
goarch:
- amd64
Expand Down

0 comments on commit acf8839

Please sign in to comment.