Skip to content

Commit 4ea5a25

Browse files
committed
exporting github token for release
1 parent fbfc1c4 commit 4ea5a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ snapshot-release:
8282
docker push replicated/troubleshoot-manager:alpha
8383

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

0 commit comments

Comments
 (0)