From ee3adde5b75b7749738c4607a224abae130fbb19 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 23 Mar 2023 11:21:27 -0500 Subject: [PATCH] Remove version bump from CRT workflow (#16728) This bumps the version to reflect the next patch release; however, we use a specific branch for each patch release and so never wind up cutting a release directly from the `release/1.15.x` (for example) where this is intended to work. --- .release/ci.hcl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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"