We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a99bd78 + 8a011aa commit 6a83541Copy full SHA for 6a83541
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
git config --global user.email "[email protected]"
49
git config --global user.name "WebdriverIO Release Bot"
50
- name: Install Dependencies
51
- run: pnpm install --frozen-lockfile
+ run: pnpm install
52
- name: Build
53
run: pnpm -r --workspace-concurrency=1 build
54
- name: Release
0 commit comments