Skip to content

Commit 1adee18

Browse files
committed
chore(release): remove caching step for pnpm modules in release workflow
1 parent fb61cc1 commit 1adee18

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release_publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
uses: pnpm/action-setup@v2
3838
with:
3939
version: 8
40-
- name: Cache pnpm modules
41-
uses: actions/cache@v3
42-
with:
43-
path: ~/.pnpm-store
44-
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
45-
restore-keys: |
46-
${{ runner.os }}-pnpm-
4740
- name: Install dependencies
4841
run: pnpm install
4942
- name: Publish to npm

0 commit comments

Comments
 (0)