Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
uses: actions/setup-node@v5
with:
node-version: 24
# This job does not install dependencies. Disable setup-node's
# automatic package-manager cache, which otherwise probes pnpm
# before the publish job installs it.
package-manager-cache: false

- name: Check if version should be published
if: steps.revision.outputs.is_current == 'true'
Expand Down