Skip to content

Commit

Permalink
chore: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor committed Jul 1, 2022
1 parent d20291f commit aa6c6c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
- name: goreleaser-release
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
run: task goreleaser
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ brews:
tap:
owner: dpastoor
name: homebrew-tap
token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
folder: Formula
goarm: "7"
test: |
Expand Down

0 comments on commit aa6c6c4

Please sign in to comment.