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 - name: Install Json
run: npm i json --global run: npm i json --global
- name: Install Packages #- name: Install Packages
run: yarn install --frozen-lockfile # run: yarn install --frozen-lockfile
- name: Prepare release - name: Prepare release
run: | run: |