From 17328618488f66e606980a9285a75505ba41d986 Mon Sep 17 00:00:00 2001 From: 99 Date: Wed, 27 Oct 2021 14:14:02 -0700 Subject: [PATCH] Update release branch to 1.11.x --- .github/workflows/build.yml | 2 +- .release/ci.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5381ba9836..5bf02b0785 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: # Sequence of patterns matched against refs/heads branches: # Push events on crt-consul-migration branch - - crt-migration-1.11.0-betax + - release/1.11.x env: PKG_NAME: consul diff --git a/.release/ci.hcl b/.release/ci.hcl index 631b00779a..b182421046 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -14,7 +14,7 @@ project "consul" { "release/1.8.x", "release/1.9.x", "release/1.10.x", - # "release/1.11.x" + "release/1.11.x" ] } }