Skip to content

Fix issue where Matrix id displays in conversation and as conversation name when creating new conversation #1358

Fix issue where Matrix id displays in conversation and as conversation name when creating new conversation

Fix issue where Matrix id displays in conversation and as conversation name when creating new conversation #1358

Workflow file for this run

name: run-build
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
run-build:
runs-on: ubuntu-latest
env:
REACT_APP_INFURA_URL: ${{secrets.INFURA_URL}}
steps:
- uses: actions/checkout@v2
- name: Common Setup
uses: ./.github/actions/common
- run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc
- run: npm install
- name: Build project
run: npm run build