Skip to content

Commit 735aa5b

Browse files
aeimerAlexander Eimer
authored andcommitted
feat: adapt config so it should work
1 parent 9d256a7 commit 735aa5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,11 @@ brews:
100100
url_template: "https://github.com/qaware/protocurl/releases/{{ .Tag }}/{{ .ArtifactName }}"
101101
skip_upload: false # TODO: When finished set this to auto. For testing rc's are also deployed
102102
# GitHub/GitLab repository to push the formula to
103-
tap:
103+
repository:
104104
owner: qaware
105105
name: homebrew-tap
106106
branch: main
107+
token: "{{ .Env.GH_TOKEN_QAWARE_TAP_REPO }}" # TODO: Setup token
107108
folder: Formula
108109
dependencies:
109110
- name: curl

0 commit comments

Comments
 (0)