Skip to content

Commit 36d7384

Browse files
[DTRA] Farhan/release automation fix (#1557)
* fix: update release command * fix: update package-lock's step command
1 parent f66cf94 commit 36d7384

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish_deriv_charts_and_update_deriv_app.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ jobs:
108108
jq --indent 4 ".dependencies[\"@deriv/deriv-charts\"] = \"^${{ steps.check_new_version.outputs.new_version }}\"" package.json > "$tmp" && mv "$tmp" package.json
109109
110110
- name: Update root package-lock.json
111-
run: cd deriv-app && npm i -g lerna@^5.5.1 && npm run bootstrap:dev
111+
run: |
112+
cd deriv-app
113+
npm i -g lerna@^5.5.1
114+
lerna link
115+
lerna bootstrap --hoist --no-ci --strict
116+
lerna link
112117
113118
- name: Create Pull Request to deriv-app
114119
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e

0 commit comments

Comments
 (0)