helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
543 stars 199 forks source link

Add flag `skip-existing` to skip upload if release exists #134

Closed xunleii closed 1 year ago

xunleii commented 1 year ago

closes #70 (following the last comment https://github.com/helm/chart-releaser-action/issues/70#issuecomment-919904216)

szaimen commented 1 year ago

Hi, this should already be possible with https://github.com/helm/chart-releaser/blob/ee26f50ce93ca23920dc1ce93e677665ce65a46e/README.md?plain=1#L156 IIRC...

xunleii commented 1 year ago

Hi, thanks @szaimen, I didn't see this var. Personnaly, adding it directly as an action parameter seems better for me to keep consistency between action parameters and CR parameters (like owner for CR_OWNER or repo for CR_GIT_REPO). What do you think ?