fix(infra) - Fix missing package error (#10595)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-07 14:58:05 -04:00
committed by GitHub
parent 3a440b8cb1
commit b6bb35ca8d
3 changed files with 200 additions and 1 deletions
@@ -35,6 +35,7 @@ jobs:
permissions:
contents: 'write'
packages: 'write'
pull-requests: 'write'
issues: 'write'
steps:
- name: 'Checkout'
@@ -57,7 +58,6 @@ jobs:
cache: 'npm'
- name: 'Install Dependencies'
working-directory: './release'
run: |-
npm ci