Skip to content

Commit 62cd20c

Browse files
committed
ci: Fix release process to setup helm-docs
Signed-off-by: Danny Chiao <[email protected]>
1 parent de75971 commit 62cd20c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
uses: actions/setup-node@v2
9393
with:
9494
node-version: '16'
95+
- name: Setup Helm-docs
96+
run: |
97+
brew install norwoodj/tap/helm-docs
9598
- name: Release (Dry Run)
9699
if: github.event.inputs.dry_run == 'true'
97100
run: |

0 commit comments

Comments
 (0)