diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 28f8e65d3..5134748db 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -46,10 +46,10 @@ jobs: helm repo add grafana https://grafana.github.io/helm-charts - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.4.0 + uses: helm/chart-releaser-action@v1.4.1 if: github.repository == 'PostHog/charts-clickhouse' env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: 'true' + CR_SKIP_EXISTING: "true" with: - charts_repo_url: 'https://posthog.github.io/charts-clickhouse/' + charts_repo_url: "https://posthog.github.io/charts-clickhouse/"