Skip to content

Commit

Permalink
Fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
lhopki01 committed Feb 8, 2021
1 parent 317d98a commit d2bb490
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 @@ -10,7 +10,7 @@ builds:
- env:
- CGO_ENABLED=0
ldflags:
- -X "github.com/lhopki01/git-mass-sync/cmd.Version={{.Env.VERSION}}"
- -X "github.com/lhopki01/git-mass-sync/cli.Version={{.Env.VERSION}}"
main: ./cmd/cli/main.go
archives:
- replacements:
Expand Down

0 comments on commit d2bb490

Please sign in to comment.