Skip to content

Commit

Permalink
ci: Add homebrew in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Sep 30, 2022
1 parent 6f6cbb7 commit 53dc811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup Helm-docs
run: |
brew install norwoodj/tap/helm-docs
Expand Down

0 comments on commit 53dc811

Please sign in to comment.