Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github): skip uploading existing chart versions
https://github.com/helm/chart-releaser-action?tab=readme-ov-file#inputs The `release-charts` workflow run every time there is a change in `main`. Previously it would skip publishing the chart if there was no version change. With version 1.6.0 of the `chart-releaser-action` the behaviour changed and this is an error now: https://github.com/Bonial-International-GmbH/pod-image-swap-webhook/actions/runs/9543210930/job/26299381418 To reinstate the desired behaviour, I set the `skip_existing` input to on the action.
- Loading branch information