From 4104155405cfb5a66b7b3128bc5f04198ca7946f Mon Sep 17 00:00:00 2001 From: Yuvraj <10830562+evalsocket@users.noreply.github.com> Date: Thu, 22 Apr 2021 00:48:44 +0530 Subject: [PATCH] Enable release automation for flytectl (#144) Signed-off-by: yuvraj --- flyteidl/.github/workflows/release-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteidl/.github/workflows/release-automation.yaml b/flyteidl/.github/workflows/release-automation.yaml index acf0b9931c..f9064e0661 100644 --- a/flyteidl/.github/workflows/release-automation.yaml +++ b/flyteidl/.github/workflows/release-automation.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - COMPONENT: [flyteadmin, flytepropeller, flyteconsole, flytecopilot, flyteplugins, datacatalog] + COMPONENT: [flyteadmin, flytepropeller, flyteconsole, flytecopilot, flyteplugins, datacatalog, flytectl] fail-fast: false steps: - uses: actions/checkout@v2