We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64f3e2 commit fed20e0Copy full SHA for fed20e0
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global user.name "Vishal Narkhede"
30
git config --global user.email "[email protected]"
31
- name: Installation && Build SDK
32
- run: yarn bootstrap-ci
+ run: yarn --frozen-lockfile && yarn bootstrap-ci
33
- name: Lint
34
run: yarn lerna-workspaces run lint
35
- name: Publish Release
0 commit comments