You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The helm release action creates a new GitHub release each time we create a chart release, which itself is a GitHub release. This is ugly.
Describe the solution you'd like
The release action should modify the existing chart release instead of creating a new release since it only adds an asset (.tgz) file.