From 46e5127b15ad1a7056684d0038aa388dd8c92276 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 27 Jun 2022 15:49:27 +0200 Subject: [PATCH] ci: fix type in ci job output --- .github/workflows/run_relup_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_relup_tests.yaml b/.github/workflows/run_relup_tests.yaml index a30484ed6..626bd48aa 100644 --- a/.github/workflows/run_relup_tests.yaml +++ b/.github/workflows/run_relup_tests.yaml @@ -18,9 +18,9 @@ jobs: runs-on: ubuntu-20.04 container: "ghcr.io/emqx/emqx-builder/5.0-17:1.13.4-24.2.1-1-ubuntu20.04" outputs: - ce_vsn: ${{ steps.find-versions.outputs.CUR_CE_VSN }} - ee_vsn: ${{ steps.find-versions.outputs.CUR_EE_VSN }} - old_vsns: ${{ steps.find-versions.outputs.OLD_VERSIONS }} + CUR_CE_VSN: ${{ steps.find-versions.outputs.CUR_CE_VSN }} + CUR_EE_VSN: ${{ steps.find-versions.outputs.CUR_EE_VSN }} + OLD_VERSIONS: ${{ steps.find-versions.outputs.OLD_VERSIONS }} defaults: run: shell: bash