We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d256a7 commit 735aa5bCopy full SHA for 735aa5b
template.goreleaser.yaml
@@ -100,10 +100,11 @@ brews:
100
url_template: "https://github.com/qaware/protocurl/releases/{{ .Tag }}/{{ .ArtifactName }}"
101
skip_upload: false # TODO: When finished set this to auto. For testing rc's are also deployed
102
# GitHub/GitLab repository to push the formula to
103
- tap:
+ repository:
104
owner: qaware
105
name: homebrew-tap
106
branch: main
107
+ token: "{{ .Env.GH_TOKEN_QAWARE_TAP_REPO }}" # TODO: Setup token
108
folder: Formula
109
dependencies:
110
- name: curl
0 commit comments