Skip to content

Commit fd3d2ce

Browse files
authored
CI: Remove cache from publishing workflow (#33561)
1 parent 898298c commit fd3d2ce

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/packages_publishing.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ jobs:
4242
with:
4343
run_install: false
4444

45-
- name: Get pnpm store directory
46-
shell: bash
47-
run: |
48-
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
49-
50-
- uses: actions/cache@v4
51-
name: Setup pnpm cache
52-
with:
53-
path: ${{ env.PNPM_STORE_PATH }}
54-
key: ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
55-
restore-keys: |
56-
${{ runner.os }}-pnpm-cache
57-
5845
- name: Install dependencies
5946
run: pnpm install --frozen-lockfile
6047

@@ -140,19 +127,6 @@ jobs:
140127
with:
141128
run_install: false
142129

143-
- name: Get pnpm store directory
144-
shell: bash
145-
run: |
146-
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
147-
148-
- uses: actions/cache@v4
149-
name: Setup pnpm cache
150-
with:
151-
path: ${{ env.PNPM_STORE_PATH }}
152-
key: ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
153-
restore-keys: |
154-
${{ runner.os }}-pnpm-cache
155-
156130
- name: Install dependencies
157131
run: pnpm install --frozen-lockfile
158132

0 commit comments

Comments
 (0)