fix(release): include plugin tooling dependencies (#123082)

This commit is contained in:
Vincent Koc
2026-08-13 17:22:11 +08:00
committed by GitHub
parent 68f324eefc
commit 03e89dc9d5
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -9,6 +9,7 @@ on:
- ".github/workflows/plugin-npm-release.yml"
- "extensions/**"
- "package.json"
- "packages/normalization-core/**"
- "scripts/generate-npm-package-lock.mjs"
- "scripts/generate-npm-package-lock.mts"
- "scripts/lib/npm-publish-plan.mjs"
@@ -340,7 +341,9 @@ jobs:
ref: ${{ github.workflow_sha }}
path: .release-tooling
fetch-depth: 1
sparse-checkout: scripts
sparse-checkout: |
packages/normalization-core
scripts
- name: Setup Node environment
uses: ./.github/actions/setup-node-env