We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7116e02 commit 2b2d322Copy full SHA for 2b2d322
.github/workflows/release-chart.yml
@@ -46,10 +46,10 @@ jobs:
46
helm repo add grafana https://grafana.github.io/helm-charts
47
48
- name: Run chart-releaser
49
- uses: helm/chart-releaser-action@v1.4.0
+ uses: helm/chart-releaser-action@v1.4.1
50
if: github.repository == 'PostHog/charts-clickhouse'
51
env:
52
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
53
- CR_SKIP_EXISTING: 'true'
+ CR_SKIP_EXISTING: "true"
54
with:
55
- charts_repo_url: 'https://posthog.github.io/charts-clickhouse/'
+ charts_repo_url: "https://posthog.github.io/charts-clickhouse/"
0 commit comments