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