From 5ce498ee849498dffde58492ad6ce00ff1b868ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:07:06 +0000 Subject: [PATCH 1/2] Initial plan From d0cd804a0988613736bd66f1688a68096bc4c670 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:11:31 +0000 Subject: [PATCH 2/2] Remove broken yarn cache dir step from publish workflow Co-authored-by: einari <134365+einari@users.noreply.github.com> --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e71cd3c..64a0546 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,10 +62,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - name: Setup node uses: actions/setup-node@v4 with: