Skip to content

Commit

Permalink
feat: adapt config so it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
qa-alexander-eimer committed Oct 20, 2023
1 parent ab9ea12 commit 6815d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ brews:
url_template: "https://github.com/qaware/protocurl/releases/{{ .Tag }}/{{ .ArtifactName }}"
skip_upload: false # TODO: When finished set this to auto. For testing rc's are also deployed
# GitHub/GitLab repository to push the formula to
tap:
repository:
owner: qaware
name: homebrew-tap
branch: main
token: "{{ .Env.GH_TOKEN_QAWARE_TAP_REPO }}" # TODO: Setup token
folder: Formula
dependencies:
- name: curl
Expand Down

0 comments on commit 6815d24

Please sign in to comment.