diff --git a/.github/workflows/chart-release.yml b/.github/workflows/chart-release.yml index 09fdf03a9..338552a1d 100644 --- a/.github/workflows/chart-release.yml +++ b/.github/workflows/chart-release.yml @@ -32,7 +32,7 @@ jobs: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo add grafana https://grafana.github.io/helm-charts - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: build/charts config: ${{ github.workspace }}/.cr.yaml