mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
2513dd929d
Reverts the change that added .npmrc creation logic to 'scripts/prepare-github-release.js'. This logic was incorrectly overwriting the .npmrc file that is correctly configured by the 'Configure npm for GitHub Packages' step in the 'build-and-publish.yml' workflow, leading to authentication failures during npm publish. The workflow itself already handles the .npmrc creation correctly, and this revert ensures that the correct authentication token is preserved.