Skip to content

Commit

Permalink
ci: ignore lerna cache on publish (#753)
Browse files Browse the repository at this point in the history
* ignore cache

* Empty commit
  • Loading branch information
sebastijankuzner authored Nov 5, 2024
1 parent 57d4bb5 commit 34578fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ jobs:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
restore-keys: ${{ runner.os }}-pnpm-

- name: Cache lerna
uses: actions/cache@v4
with:
key: ${{ runner.os }}-lerna
path: ./.cache
restore-keys: ${{ runner.os }}-lerna-

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 34578fc

Please sign in to comment.