Skip to content

Commit 8a011aa

Browse files
committed
Release workflow update v2
1 parent bcab49d commit 8a011aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --global user.email "[email protected]"
4949
git config --global user.name "WebdriverIO Release Bot"
5050
- name: Install Dependencies
51-
run: pnpm install --frozen-lockfile
51+
run: pnpm install
5252
- name: Build
5353
run: pnpm -r --workspace-concurrency=1 build
5454
- name: Release

0 commit comments

Comments
 (0)