diff --git a/.release/ci.hcl b/.release/ci.hcl index 14dab1591..fdc5e966d 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -139,21 +139,8 @@ event "post-publish-website" { } } -event "bump-version" { - depends = ["post-publish-website"] - action "bump-version" { - organization = "hashicorp" - repository = "crt-workflows-common" - workflow = "bump-version" - } - - notification { - on = "fail" - } -} - event "update-ironbank" { - depends = ["bump-version"] + depends = ["post-publish-website"] action "update-ironbank" { organization = "hashicorp" repository = "crt-workflows-common"