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