mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix: set default npm registry for publishing
This commit is contained in:
@@ -77,7 +77,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Configure npm for publishing
|
- name: Configure npm for publishing
|
||||||
run: echo "//wombat-dressing-room.appspot.com/:_authToken=${{ secrets.WOMBAT_TOKEN }}" > .npmrc
|
run: |
|
||||||
|
echo "registry=https://wombat-dressing-room.appspot.com/" > .npmrc
|
||||||
|
echo "//wombat-dressing-room.appspot.com/:_authToken=${{ secrets.WOMBAT_TOKEN }}" >> .npmrc
|
||||||
|
|
||||||
- name: Build, Prepare, and Publish
|
- name: Build, Prepare, and Publish
|
||||||
run: npm run publish:release
|
run: npm run publish:release
|
||||||
|
|||||||
Reference in New Issue
Block a user