There was an error while loading. Please reload this page.
1 parent 3f978ab commit c9d83d1Copy full SHA for c9d83d1
1 file changed
.github/workflows/publish.yml
@@ -19,13 +19,15 @@ jobs:
19
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
20
with:
21
node-version: 24
22
+ # disable cache, to avoid cache poisoning (https://docs.zizmor.sh/audits/#cache-poisoning)
23
+ package-manager-cache: false
24
- run: corepack enable
25
26
27
28
registry-url: "https://registry.npmjs.org"
- cache: "pnpm"
- cache-dependency-path: "**/pnpm-lock.yaml"
29
30
31
- run: pnpm install --frozen-lockfile --prefer-offline
32
- run: pnpm build
33
- run: node scripts/publish.ts "$GITHUB_REF_NAME"
0 commit comments