Skip to content

Commit

Permalink
chore(goreleaser): fixing brew github deprecation
Browse files Browse the repository at this point in the history
The 'github' keyword was replaced by the more generic 'tap' keyword. See here: https://goreleaser.com/deprecations/#brewsgithub
  • Loading branch information
sc250024 committed Oct 10, 2020
1 parent 2bf6418 commit 4736f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -39,7 +39,7 @@ nfpms:
- rpm

brews:
- github:
- tap:
owner: norwoodj
name: homebrew
folder: Formula
Expand Down

0 comments on commit 4736f76

Please sign in to comment.