diff --git a/.github/workflows/validate-helm-docs.yml b/.github/workflows/validate-helm-docs.yml index f749f91154..0d50a8e871 100644 --- a/.github/workflows/validate-helm-docs.yml +++ b/.github/workflows/validate-helm-docs.yml @@ -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: |