Skip to content

Commit 14056dd

Browse files
committed
fix: remove pnpm cache from npm publish job
The publish-to-npm job downloads pre-built artifacts and doesn't check out the full repository, so pnpm-lock.yaml is not available for caching. Removed the cache parameter since it's not needed for publishing.
1 parent 36c6571 commit 14056dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
with:
172172
node-version: '20'
173173
registry-url: 'https://registry.npmjs.org'
174-
cache: 'pnpm'
175174

176175
- name: Publish @cascadeflow/core
177176
continue-on-error: true

0 commit comments

Comments
 (0)