From 7d712deffe7297c0c53d01763b0fe065fbfbf194 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:12:07 -0800 Subject: [PATCH] Fix indentation of `shell: task` (#4498) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- .github/workflows/create_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index eb1a42332d..23e747318f 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -109,7 +109,8 @@ jobs: echo ::set-output name=version::$(yq eval '.configmap.copilot.plugins.k8s.co-pilot.image' charts/flyte-core/values.yaml | cut -d ":" -f 2 ) else echo ::set-output name=version::$(yq eval '.${{ matrix.component }}.image.tag' charts/flyte-core/values.yaml) - fi shell: bash + fi + shell: bash - name: Login to GitHub Container Registry uses: docker/login-action@v1