Merge pull request #810 from gnosis/fix/release-desktop

Update CI Desktop script
This commit is contained in:
Mati Dastugue 2020-04-24 18:11:10 -03:00 committed by GitHub
commit 4d257bccdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ env:
REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET: ${{ secrets.REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET }}
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 }}
jobs:
release:
@ -32,6 +33,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.16
- run: yarn install --network-concurrency 1
- name: Patch node gyp on windows to support Visual Studio 2019
if: startsWith(matrix.os, 'windows')