From ac34f2fbbc7b4ffb448c29cd11e3523112bc4b34 Mon Sep 17 00:00:00 2001 From: Jerry Gong Date: Mon, 17 Mar 2025 11:35:26 -0400 Subject: [PATCH] ci: allow release candidate triggers helm chart upload We had labeled release candidates (RCs) as pre-releases, which cluttered the repo's release page. It's not easy to find the final version. To address this, RCs are labeled as drafts. This commit allows the Github Action `publish-helm` trigger by RC and upload RC helm chart to the helm repo. --- .github/workflows/publish-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index e73ad65a4b1..d0344f06e48 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy type: string release: types: - - published + - created jobs: publish: