diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6b503bcc649e..31e1bb192881 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.versiondisplay }}' + DISPLAY_VERSION: '${{ needs.build.outputs.versionouts }}' 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.versiondisplay }}' + DISPLAY_VERSION: '${{ needs.stage.outputs.versionout }}' diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 5c2996b2b666..bbf02adb97e3 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -37,7 +37,7 @@ jobs: - name: "\U0001F4E3 Output VERSION_DISPLAY" id: versionexport run: >- - echo "::set-output name=version::$(echo ${{ inputs.DISPLAY_VERSION }})" + echo "version=$(echo ${{ inputs.DISPLAY_VERSION }})" >> $GITHUB_OUTPUT - name: "\U0001F4E3 Export CHANNEL" run: | if [[ $PRE_RELEASE == 'true' ]]; then