Skip to content

Commit

Permalink
fix: add brew env token since can't use GITHUB_TOKEN since that is re…
Browse files Browse the repository at this point in the history
…po scoped now
  • Loading branch information
dpastoor committed Jul 1, 2022
1 parent c1848ca commit d240edc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ builds:
goarch:
- amd64
- arm64
- arm
ignore:
- goos: darwin
goarch: '386'
goarm:
- "7"

universal_binaries:
- replace: true
Expand Down Expand Up @@ -83,6 +81,7 @@ brews:
owner: dpastoor
name: homebrew-tap
folder: Formula
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
goarm: "7"
test: |
system "#{bin}/qvm -v"
Expand Down

0 comments on commit d240edc

Please sign in to comment.