Skip to content

Commit 2cf1f5c

Browse files
fix(ci): allow lockfile refresh during release builds
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 723abfd commit 2cf1f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
registry-url: https://registry.npmjs.org
4040

4141
- name: Install dependencies
42-
run: pnpm install --frozen-lockfile
42+
run: pnpm install --no-frozen-lockfile
4343

4444
- name: Verify package version matches tag
4545
run: |

0 commit comments

Comments
 (0)