Skip to content

Commit 89df1bc

Browse files
committed
release: use --immutable instead of --frozen-lockfile
1 parent 51f8691 commit 89df1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
yarn global add @backstage/cli
2626
yarn clean
27-
yarn install --frozen-lockfile
27+
yarn install --immutable
2828
- name: Build
2929
run: |
3030
yarn tsc --jsx react-jsx

0 commit comments

Comments
 (0)