We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfc1c4 commit 4ea5a25Copy full SHA for 4ea5a25
Makefile
@@ -82,7 +82,7 @@ snapshot-release:
82
docker push replicated/troubleshoot-manager:alpha
83
84
.PHONY: release
85
-release: export GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT
+release: export GITHUB_TOKEN=$(GITHUB_TOKEN_TROUBLESHOOT)
86
release:
87
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
88
0 commit comments