diff --git a/.github/workflows/element-web.yaml b/.github/workflows/element-web.yaml index 315c8bdcf2..b1bb128457 100644 --- a/.github/workflows/element-web.yaml +++ b/.github/workflows/element-web.yaml @@ -40,7 +40,9 @@ jobs: env: CI_PACKAGE: true VERSION: "${{ steps.layered_build.outputs.VERSION }}" - run: yarn build + run: | + yarn build + echo $VERSION > webapp/version working-directory: ./element-web - name: Upload Artifact