Wire up Netlify deployments for update notifications (#9609)

This commit is contained in:
Michael Telatynski
2022-11-22 13:37:29 +00:00
committed by GitHub
parent 6ea483324e
commit 041bb46284

View File

@@ -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