mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Wire up Netlify deployments for update notifications (#9609)
This commit is contained in:
parent
6ea483324e
commit
041bb46284
4
.github/workflows/element-web.yaml
vendored
4
.github/workflows/element-web.yaml
vendored
@ -40,7 +40,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CI_PACKAGE: true
|
CI_PACKAGE: true
|
||||||
VERSION: "${{ steps.layered_build.outputs.VERSION }}"
|
VERSION: "${{ steps.layered_build.outputs.VERSION }}"
|
||||||
run: yarn build
|
run: |
|
||||||
|
yarn build
|
||||||
|
echo $VERSION > webapp/version
|
||||||
working-directory: ./element-web
|
working-directory: ./element-web
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user