Skip to content

Commit

Permalink
Merge pull request #288 from LandonTClipp/fix_goreleaser
Browse files Browse the repository at this point in the history
Fixing goreleaser
  • Loading branch information
LandonTClipp authored Jun 15, 2020
2 parents 212ba3e + 9021ee0 commit dd34a9f
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 @@ -4,7 +4,7 @@ before:
hooks:
- go mod download
builds:
- main: ./cmd/mockery/mockery.go
- main: ./main.go
ldflags:
- -s -w -X github.com/vektra/mockery/mockery.SemVer={{.Version}}
env:
Expand Down

0 comments on commit dd34a9f

Please sign in to comment.