mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
ci: recreate exact .npmrc setup from old branch
This commit is contained in:
@@ -44,8 +44,9 @@ jobs:
|
||||
- name: 'Configure npm for GitHub Packages'
|
||||
run: |
|
||||
rm -f .npmrc
|
||||
echo "//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
|
||||
echo "@google-gemini:registry=https://npm.pkg.github.com" >> ~/.npmrc
|
||||
echo ""@google-gemini:registry=https://npm.pkg.github.com"" > ~/.npmrc
|
||||
echo ""//npm.pkg.github.com/:_authToken=\${{ secrets.GITHUB_TOKEN }}"" >> ~/.npmrc
|
||||
echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
|
||||
shell: 'bash'
|
||||
|
||||
- name: 'Publish Packages'
|
||||
|
||||
Reference in New Issue
Block a user