Skip to content

Commit 56d5c51

Browse files
committed
remove build dep from release target
need to get go-bindata working properly there it is kind of annoying
1 parent 483c3aa commit 56d5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test:
1313
.PHONY: test
1414

1515
# Release binaries to GitHub.
16-
release: build
16+
release:
1717
@echo "==> Releasing"
1818
@goreleaser -p 1 --rm-dist -config .goreleaser.yml
1919
@echo "==> Complete"

0 commit comments

Comments
 (0)