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