From dd4a4bb58c66889a40cf7396d1a5e4a09499b79a Mon Sep 17 00:00:00 2001 From: rigor789 Date: Fri, 17 Jul 2020 22:25:33 +0200 Subject: [PATCH] ci: use regular install --- .github/workflows/npm_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index fba437860..a32f21107 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup - run: npm ci + run: npm install - name: Generate Version working-directory: packages/core