Skip to content

Commit 5ad5acd

Browse files
committed
Fix lock file
1 parent 2ca7640 commit 5ad5acd

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
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn set version stable
3535

3636
- name: Install packages
37-
run: yarn install --immutable
37+
run: yarn install # --immutable
3838

3939
- name: Run npmluau
4040
run: yarn run prepare

0 commit comments

Comments
 (0)