Skip to content

Commit

Permalink
release: do not do just-in-time ghr install for publishing brig binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour committed Mar 30, 2022
1 parent b9c9f88 commit 7f07946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ publish-chart:
.PHONY: publish-cli
publish-cli: build-cli
$(GO_DOCKER_CMD) sh -c ' \
go get github.com/tcnksm/ghr && \
ghr \
-u $(GITHUB_ORG) \
-r $(GITHUB_REPO) \
Expand Down

0 comments on commit 7f07946

Please sign in to comment.