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 34ba8be821
commit cf7debbac1
3 changed files with 200 additions and 1 deletions

View File

@@ -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