mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 19:14:08 +00:00
Fix
This commit is contained in:
parent
c73651980c
commit
d7f412a928
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -49,14 +49,14 @@ jobs:
|
||||
yarn install --frozen-lockfile --cache-folder ./.yarncache
|
||||
rm -r .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean (Windows Only)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
shell: powershell
|
||||
run: |
|
||||
- name: Remove and cache clean (Windows Only)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
shell: powershell
|
||||
run: |
|
||||
rm -r -Force .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
run: |
|
||||
- name: Remove and cache clean
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
run: |
|
||||
rm -rf .yarncache
|
||||
yarn cache clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user