Skip to content

Commit

Permalink
ci: move the cache build process prior to running 'lerna bootstrap' step
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Sep 1, 2023
1 parent dc4e9e0 commit 4e587af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ jobs:
- name: Unsafe Perm set
run: npm config set unsafe-perm true

- name: Lerna Boostrap
run: npx lerna bootstrap --ci

- name: Restore Build assets
uses: actions/cache/restore@v3
id: restore-sage-lib-build-assets
Expand All @@ -214,6 +211,9 @@ jobs:
if: steps.restore-sage-lib-build-assets.outputs.cache-hit != 'true'
run: exit 1

- name: Lerna Boostrap
run: npx lerna bootstrap --ci

- name: Lerna Publish
run: npx lerna publish --registry github --yes

Expand Down

0 comments on commit 4e587af

Please sign in to comment.