Skip to content

Commit

Permalink
Fix release make target (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 11, 2020
1 parent 15f0a44 commit d2eb50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ diff: ## git diff
.PHONY: release
release: ## goreleaser --rm-dist
$(call print-target)
go install github.com/goreleaser/goreleaser
cd build && go install github.com/goreleaser/goreleaser
goreleaser --rm-dist

.PHONY: run
Expand Down

0 comments on commit d2eb50d

Please sign in to comment.