Skip to content

Commit b57f138

Browse files
committed
fix(ci): allow install without lockfile in publish workflow
1 parent abae22b commit b57f138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Install
7777
if: steps.version.outputs.changed == 'true'
78-
run: yarn
78+
run: yarn --no-immutable
7979

8080
- name: Build
8181
if: steps.version.outputs.changed == 'true'

0 commit comments

Comments
 (0)