tmforum-oda / oda-canvas

Apache License 2.0
17 stars 48 forks source link

GitHub chart-releaser action failed #251

Open LesterThomas opened 1 month ago

LesterThomas commented 1 month ago

Description

The chart-releaser action failed - I believe this was because some of the releases already exist.

The error was: image

Some of the releases were being created, but the index.yaml file in the GitHub pages branch was not being updated.

I believe a fix is to set the skip_existing option to true in the GitHub action workflow.

I temporarily fixed by manually deleting the release causing the issue and re-running the GitHub action job.