We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de75971 commit 62cd20cCopy full SHA for 62cd20c
1 file changed
.github/workflows/release.yml
@@ -92,6 +92,9 @@ jobs:
92
uses: actions/setup-node@v2
93
with:
94
node-version: '16'
95
+ - name: Setup Helm-docs
96
+ run: |
97
+ brew install norwoodj/tap/helm-docs
98
- name: Release (Dry Run)
99
if: github.event.inputs.dry_run == 'true'
100
run: |
0 commit comments