Skip to content

Commit

Permalink
Remove version bump from CRT workflow (#16728)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nathancoleman authored Mar 23, 2023
1 parent 3df2719 commit d61f3da
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d61f3da

Please sign in to comment.