Skip to content

Commit

Permalink
feat: fill in chart README
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <[email protected]>
  • Loading branch information
RealAnna committed Mar 7, 2023
1 parent 32c513e commit 247d780
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-helm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
node-version: 16

- name: Generate helm charts
env:
TAG: ${{ env.CHART_APPVERSION }}
run: make helm-package TAG= ${{ env.TAG }}
run: make helm-package TAG="${{ env.CHART_APPVERSION }}"

- name: Install readme generator
run: |
Expand Down

0 comments on commit 247d780

Please sign in to comment.