Skip to content

Commit

Permalink
fix: run packr2 command before release
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Mar 17, 2019
1 parent fe93dca commit 98fb022
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ clean:
mest:
go test -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...

release:
prerelease:
packr2

release: prerelease
ifdef TAG
git status
curl -sL http://git.io/goreleaser | bash
Expand Down

0 comments on commit 98fb022

Please sign in to comment.