From 95e6e4e4167f42bce052cdcd45b4165bcdd16ca1 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Mon, 3 Jul 2023 10:28:09 +0100 Subject: [PATCH] GHA --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 31e1bb192881..f8672d489485 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -46,7 +46,7 @@ jobs: AWS_SECRET_ACCESS_KEY: '${{ secrets.CF_ACCESS_KEY_SECRET }}' CF_ENDPOINT: '${{ secrets.CF_ENDPOINT }}' with: - DISPLAY_VERSION: '${{ needs.build.outputs.versionouts }}' + DISPLAY_VERSION: '${{ needs.build.outputs.versionout }}' PRE_RELEASE: '${{ github.event.inputs.prerelease }}' production: name: Deploy to Production