Skip to content

Commit fed20e0

Browse files
committed
Revert "chore: Remove duplicate install when building release"
This reverts commit ab9fb7d
1 parent c64f3e2 commit fed20e0

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
@@ -29,7 +29,7 @@ jobs:
2929
git config --global user.name "Vishal Narkhede"
3030
git config --global user.email "[email protected]"
3131
- name: Installation && Build SDK
32-
run: yarn bootstrap-ci
32+
run: yarn --frozen-lockfile && yarn bootstrap-ci
3333
- name: Lint
3434
run: yarn lerna-workspaces run lint
3535
- name: Publish Release

0 commit comments

Comments
 (0)