mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
ci: do not bootstrap after adding dmg-license
This commit is contained in:
committed by
Abdullah Atta
parent
3da4ced75b
commit
46e4ac127c
2
.github/workflows/desktop.publish.yml
vendored
2
.github/workflows/desktop.publish.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
run: |
|
||||
npm i --ignore-scripts --prefer-offline --no-audit
|
||||
npx lerna bootstrap --ignore=@notesnook/mobile -- --prefer-offline --no-audit
|
||||
npx lerna add --scope=@notesnook/desktop --dev dmg-license
|
||||
npx lerna add --no-bootstrap --scope=@notesnook/desktop --dev dmg-license
|
||||
|
||||
- name: Install provisioning profile
|
||||
run: echo "${{ secrets.MAC_PROVISIONING_PROFILE }}" | base64 --decode > embedded.provisionprofile
|
||||
|
||||
Reference in New Issue
Block a user