From 041bb462841996da3d92e622619066e57443e1c0 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 22 Nov 2022 13:37:29 +0000 Subject: [PATCH] Wire up Netlify deployments for update notifications (#9609) --- .github/workflows/element-web.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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