From c0fee9c2359917f41c0eb29df3ccabea3ec0a043 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Fri, 12 Jan 2024 13:59:48 -0800 Subject: [PATCH] ci: fix3 --- .github/workflows/cd_dev.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_dev.yaml b/.github/workflows/cd_dev.yaml index f185614813e..ba4452dd36f 100644 --- a/.github/workflows/cd_dev.yaml +++ b/.github/workflows/cd_dev.yaml @@ -203,8 +203,9 @@ jobs: - name: Curl Install - latest run: | - FLUVIO_VERSION=${{ matrix.version }} \ - curl -fsS https://hub.infinyon.cloud/install/install.sh | bash | tee /tmp/installer.version + curl -fsS https://hub.infinyon.cloud/install/install.sh | \ + FLUVIO_VERSION=${{ matrix.version }} bash | \ + tee /tmp/installer.version - name: Verify installer output run: |