diff --git a/Makefile b/Makefile index 9f832327..707aa801 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ clean: rm -f build/package/github-actions/ld-find-code-refs-github-action rm -f build/package/bitbucket-pipelines/ld-find-code-refs-bitbucket-pipeline -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) +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) publish: $(RELEASE_CMD)