Skip to content

Commit

Permalink
exporting github token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jul 26, 2019
1 parent fbfc1c4 commit 4ea5a25
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 @@ -82,7 +82,7 @@ snapshot-release:
docker push replicated/troubleshoot-manager:alpha

.PHONY: release
release: export GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT
release: export GITHUB_TOKEN=$(GITHUB_TOKEN_TROUBLESHOOT)
release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml

Expand Down

0 comments on commit 4ea5a25

Please sign in to comment.