Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
remove build dep from release target
need to get go-bindata working properly there it is kind
of annoying
  • Loading branch information
tj committed Jan 18, 2018
1 parent 483c3aa commit 56d5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ test:
.PHONY: test

# Release binaries to GitHub.
release: build
release:
@echo "==> Releasing"
@goreleaser -p 1 --rm-dist -config .goreleaser.yml
@echo "==> Complete"
Expand Down

0 comments on commit 56d5c51

Please sign in to comment.