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 906fd58 commit 565a10dCopy full SHA for 565a10d
Makefile
@@ -72,7 +72,7 @@ clean:
72
rm -f build/package/github-actions/ld-find-code-refs-github-action
73
rm -f build/package/bitbucket-pipelines/ld-find-code-refs-bitbucket-pipeline
74
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)
+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)
76
77
publish:
78
$(RELEASE_CMD)
0 commit comments