File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,10 @@ jobs:
45
45
ARAGON_ETH_SUBSCRIPTION_EVENT_DELAY : 5000
46
46
ARAGON_FORTMATIC_API_KEY : ${{ secrets.FORMATIC_API_KEY }}
47
47
ARAGON_PORTIS_DAPP_ID : ${{ secrets.PORTIS_DAPP_ID }}
48
- # TODO remove --network-concurrency 1 once use-wallet 0.9.0 is published
49
- run : yarn install --frozen-lockfile --network-concurrency 1 && yarn build
48
+ run : yarn install --frozen-lockfile && yarn build
50
49
- name : Deploy fleek
51
50
id : deploy
52
- uses : fleekhq/action-deploy@v1
51
+ uses : fleekhq/action-deploy@v1.0.1
53
52
with :
54
53
apiKey : ${{ secrets.FLEEK_API_KEY }}
55
54
- name : Get the output url
Original file line number Diff line number Diff line change @@ -45,11 +45,10 @@ jobs:
45
45
ARAGON_ETH_SUBSCRIPTION_EVENT_DELAY : 5000
46
46
ARAGON_FORTMATIC_API_KEY : ${{ secrets.FORMATIC_API_KEY }}
47
47
ARAGON_PORTIS_DAPP_ID : ${{ secrets.PORTIS_DAPP_ID }}
48
- # TODO remove --network-concurrency 1 once use-wallet 0.9.0 is published
49
- run : yarn install --frozen-lockfile --network-concurrency 1 && yarn build
48
+ run : yarn install --frozen-lockfile && yarn build
50
49
- name : Deploy fleek
51
50
id : deploy
52
- uses : fleekhq/action-deploy@v1
51
+ uses : fleekhq/action-deploy@v1.0.1
53
52
with :
54
53
apiKey : ${{ secrets.FLEEK_API_KEY }}
55
54
- name : Get the output url
You can’t perform that action at this time.
0 commit comments