diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb998be..303c6ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: git config --global user.email "bot@webdriver.io" git config --global user.name "WebdriverIO Release Bot" - name: Install Dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Build run: pnpm -r --workspace-concurrency=1 build - name: Release