Commit 8161bc2
authored
Fix release workflow: ensure helm chart is uploaded before release-drafter (#14364)
Add release-helm-chart as a dependency for release-drafter so the Helm
chart is always uploaded to the release first. This prevents race
conditions where release-drafter could create the release before the
helm chart job, causing softprops/action-gh-release to fail with
'already_exists' and the helm chart to be missing from the release.
Fixes #143371 parent 49a15e2 commit 8161bc2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments