mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
fix(ci): add unique cache key for npmrc generation
This commit is contained in:
@@ -134,6 +134,9 @@ runs:
|
||||
node-version-file: '${{ inputs.working-directory }}/.nvmrc'
|
||||
registry-url: '${{inputs.npm-registry-publish-url}}'
|
||||
scope: '${{inputs.npm-registry-scope}}'
|
||||
cache-dependency-path: '${{ inputs.working-directory }}/package-lock.json'
|
||||
cache: 'npm'
|
||||
cache-key: 'npm-cache-non-bundle-${{ github.sha }}'
|
||||
|
||||
- name: '🛠️ Build and Prepare Packages'
|
||||
if: "${{ inputs.use-bundle-release == 'false' }}"
|
||||
|
||||
Reference in New Issue
Block a user