mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 00:21:09 -07:00
fix: set default npm registry for publishing
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -77,7 +77,9 @@ jobs:
|
||||
fi
|
||||
|
||||
- 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
|
||||
run: npm run publish:release
|
||||
|
||||
Reference in New Issue
Block a user