Skip to content

Commit a659313

Browse files
committed
ci: fix release process
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0259593 commit a659313

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
@@ -225,7 +225,7 @@ jobs:
225225
- name: Setup yarn
226226
run: corepack enable yarn
227227
- name: yarn install
228-
run: yarn install
228+
run: yarn install --no-immutable
229229
- name: Set NPM authentication
230230
run: yarn config set npmAuthToken "$NPM_AUTH_TOKEN"
231231
env:

0 commit comments

Comments
 (0)