Skip to content

Commit 73b58c9

Browse files
committed
ci: yarn install issue
1 parent 01f525e commit 73b58c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: yarn
2424

2525
- name: Install Dependencies
26-
run: yarn i --frozen-lockfile
26+
run: yarn --frozen-lockfile
2727

2828
- name: Create Release Pull Request or Publish to npm
2929
id: changesets

0 commit comments

Comments
 (0)