diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index a4faa5fc..31689a9e 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -54,7 +54,7 @@ jobs: run: while read -r line; do echo helm repo add $line | grep = | sed 's/- //g' | sed 's/=/ /g' | bash; done < ct.yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.7.0 if: github.ref == 'refs/heads/master' env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"