Skip to content

Commit

Permalink
fix release make target
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 4, 2018
1 parent 681e8f1 commit f4e4fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cloc:
# Release binaries to GitHub. # Release binaries to GitHub.
release: build release: build
@echo "==> Releasing" @echo "==> Releasing"
@goreleaser -p 1 --rm-dist -config .goreleaser.yml @goreleaser -p 1 --rm-dist --config .goreleaser.yml
@echo "==> Complete" @echo "==> Complete"
.PHONY: release .PHONY: release


Expand Down

0 comments on commit f4e4fba

Please sign in to comment.