From 0305587836cc5305e406cae2bae7d7a4050751a4 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Mon, 3 Jul 2023 11:21:05 +0100 Subject: [PATCH] GHA --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f8672d4894856..5906a5a941d78 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.versionout }}' + DISPLAY_VERSION: '${{ github.event.inputs.tags }}' PRE_RELEASE: '${{ github.event.inputs.prerelease }}' production: name: Deploy to Production @@ -61,4 +61,4 @@ jobs: with: COMMIT_SHA: '${{ github.sha }}' PRE_RELEASE: '${{ github.event.inputs.prerelease }}' - DISPLAY_VERSION: '${{ needs.stage.outputs.versionout }}' + DISPLAY_VERSION: '${{ github.event.inputs.tags }}'