There was an error while loading. Please reload this page.
1 parent 002267b commit da70402Copy full SHA for da70402
1 file changed
.github/workflows/publish-to-npm.yml
@@ -22,6 +22,8 @@ jobs:
22
# Require npm 11.5.1 or later for https://docs.npmjs.com/trusted-publishers.
23
node-version: 24
24
registry-url: 'https://registry.npmjs.org'
25
+ # Disable caching in release workflows (https://docs.zizmor.sh/audits/#cache-poisoning).
26
+ package-manager-cache: false
27
- run: npm ci --ignore-scripts
28
- run: npm run compile
29
# Release Please has already incremented versions and published tags, so we just
0 commit comments