diff --git a/.github/workflows/release-patch-1-create-pr.yml b/.github/workflows/release-patch-1-create-pr.yml index e83d8124e9..40a7817034 100644 --- a/.github/workflows/release-patch-1-create-pr.yml +++ b/.github/workflows/release-patch-1-create-pr.yml @@ -48,6 +48,9 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' + - name: 'Install Script Dependencies' + run: 'npm install yargs' + - name: 'Configure Git User' run: |- git config user.name "gemini-cli-robot"