diff --git a/.release/ci.hcl b/.release/ci.hcl index 403ed13212..1506406aa4 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -251,3 +251,16 @@ event "promote-production-packaging" { on = "always" } } + +event "promote-production-helm" { + depends = ["promote-production-packaging"] + action "promote-production-helm" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "promote-production-helm" + } + + notification { + on = "always" + } +}