Skip to content

Commit 565a10d

Browse files
authored
chore: pass brew tap deploy var through goreleaser make command (#542)
1 parent 906fd58 commit 565a10d

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
@@ -72,7 +72,7 @@ clean:
7272
rm -f build/package/github-actions/ld-find-code-refs-github-action
7373
rm -f build/package/bitbucket-pipelines/ld-find-code-refs-bitbucket-pipeline
7474

75-
RELEASE_CMD=curl -sL https://git.io/goreleaser | GOPATH=$(mktemp -d) VERSION=$(GORELEASER_VERSION) GITHUB_TOKEN=$(GITHUB_TOKEN) bash -s -- --clean --debug --release-notes $(RELEASE_NOTES)
75+
RELEASE_CMD=curl -sL https://git.io/goreleaser | GOPATH=$(mktemp -d) VERSION=$(GORELEASER_VERSION) GITHUB_TOKEN=$(GITHUB_TOKEN) LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY=${LAUNCHDARKLY_HOMEBREW_TAP_DEPLOY_KEY} bash -s -- --clean --debug --release-notes $(RELEASE_NOTES)
7676

7777
publish:
7878
$(RELEASE_CMD)

0 commit comments

Comments
 (0)