Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Wire up Netlify deployments for update notifications (#9609)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 22, 2022
1 parent 6ea4833 commit 041bb46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/element-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 041bb46

Please sign in to comment.