-
|
I have a code repo and want to use goreleaser to build binaries and then push to a separate homebrew-tap repo. I am seeing this error with Here is the brews:
- name: xxx
repository:
owner: jftuga
name: homebrew-tap
commit_author:
name: xxx
email: xxx
homepage: xxx
description: xxx
test: system "#{bin}/dtdiff -v"
token: "{{ .Env.HOMEBREW_TOKEN }}"
install: bin.install "xxx"How can I fix this? This works without Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Jun 9, 2024
Replies: 1 comment 1 reply
-
|
token must be inside the repository part, as per docs https://goreleaser.com/customization/homebrew/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jftuga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
token must be inside the repository part, as per docs https://goreleaser.com/customization/homebrew/