Skip to content

Commit c2616c4

Browse files
committed
fix: removed --frozen lockfile flag
1 parent 658b777 commit c2616c4

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
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Install Dependencies
33-
run: yarn install --frozen-lockfile
33+
run: yarn install
3434

3535
- name: Create Release Pull Request or Publish to npm
3636
id: changesets

0 commit comments

Comments
 (0)