Skip to content

Commit 1ad8c6f

Browse files
committed
remove cache
1 parent a19a33f commit 1ad8c6f

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ jobs:
2121
pnpm config set script-shell "/usr/bin/bash"
2222
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2323
24-
- name: pnpm Cache
25-
uses: buildjet/cache@v3
26-
with:
27-
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
28-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
29-
restore-keys: |
30-
${{ runner.os }}-pnpm-store-
31-
3224
- name: Install packages
3325
run: pnpm install --frozen-lockfile
3426

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,9 @@ jobs:
2828
pnpm config set script-shell "/usr/bin/bash"
2929
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3030
31-
- name: pnpm Cache
32-
uses: buildjet/cache@v3
33-
with:
34-
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
35-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
36-
restore-keys: |
37-
${{ runner.os }}-pnpm-store-
38-
3931
- name: Install packages
4032
run: pnpm install --frozen-lockfile
33+
4134
- name: Create Release Pull Request or Publish
4235
id: changesets
4336
uses: changesets/action@v1

0 commit comments

Comments
 (0)