Skip to content

Commit 4a82c25

Browse files
authored
Update yarn install command in release workflow
1 parent 71828f7 commit 4a82c25

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
@@ -46,7 +46,7 @@ jobs:
4646
run: corepack enable
4747

4848
- name: Install dependencies
49-
run: yarn install --immutable=false
49+
run: yarn install
5050

5151
- name: Prepare release
5252
run: yarn prerelease

0 commit comments

Comments
 (0)