From 7f5272216a2ca7fec2cb25c92a203a011bc348e1 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 --- .github/workflows/release-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index acf0b9931c..f9064e0661 100644 --- a/.github/workflows/release-automation.yaml +++ b/.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