Browse Source

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.
pull/16751/head
Nathan Coleman 2 years ago committed by GitHub
parent
commit
d61f3dafac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .release/ci.hcl

14
.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"

Loading…
Cancel
Save