Skip to content

Commit 3dcb550

Browse files
authored
fix(publish): don't use pnpm cache when not installing (#7939)
1 parent 2aa8ae6 commit 3dcb550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
- name: Setup Node.js
110110
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
111111
with:
112+
# Don't use caching here as we never install dependencies in this workflow
112113
node-version-file: '.nvmrc'
113114
registry-url: 'https://registry.npmjs.org'
114-
cache: pnpm
115115

116116
- name: Publish
117117
working-directory: packages/${{ matrix.package }}

0 commit comments

Comments
 (0)