Disable yarn install

This commit is contained in:
Christian Klemm
2019-11-30 23:36:13 +01:00
parent 87c571412c
commit 7cc427e28d

View File

@@ -20,8 +20,8 @@ jobs:
- name: Install Json
run: npm i json --global
- name: Install Packages
run: yarn install --frozen-lockfile
#- name: Install Packages
# run: yarn install --frozen-lockfile
- name: Prepare release
run: |