Skip to content

Commit

Permalink
Fixing homebrew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Aug 25, 2022
1 parent 44576a8 commit 57368fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
run: |
export HOMEBREW_PREFIX=$(brew --prefix)
brew update
brew tap xo/xo
git config --file $HOMEBREW_PREFIX/Library/Taps/xo/homebrew-xo/.git/config user.name 'Kenneth Shaw'
Expand Down

0 comments on commit 57368fa

Please sign in to comment.