diff --git a/.release/ci.hcl b/.release/ci.hcl index 062a92510..dfe69d2fc 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -132,21 +132,9 @@ event "post-publish-website" { on = "always" } } -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"