mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(release): include plugin tooling dependencies (#123082)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user