diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8442f310..6e0566de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ env: REACT_APP_INFURA_TOKEN: ${{ secrets.REACT_APP_INFURA_TOKEN }} REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }} REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }} - + REACT_APP_INTERCOM_ID: ${{ secrets.REACT_APP_INTERCOM_ID }} jobs: release: runs-on: ${{ matrix.os }} @@ -28,13 +28,13 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - + - name: Patch node gyp on windows to support Visual Studio 2019 if: startsWith(matrix.os, 'windows') shell: powershell run: | yarn global add --production windows-build-tools --vs2015 --msvs_version=2015 - + - name: Install node-gyp if: startsWith(matrix.os, 'windows') shell: powershell