Skip to content

Commit 6321cf5

Browse files
sserrataclaude
andcommitted
ci: remove yarn cache from canary job to fix post-step path error
The cache: yarn option in setup-node causes a post-job failure when the cache directory path doesn't match expectations. Removing it eliminates the spurious error without affecting publish correctness. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 965d624 commit 6321cf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
with:
5959
node-version: "22"
6060
registry-url: "https://registry.npmjs.org"
61-
cache: yarn
6261
- name: Prepare git
6362
if: steps.packages_changed.outputs.changed == 'true'
6463
run: |

0 commit comments

Comments
 (0)