mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
Fix npm publish again again (#4195)
* ci typo * fix * again * again * again
This commit is contained in:
parent
c723f7f2c9
commit
8df714f32d
5
.github/workflows/publish-npm.yml
vendored
5
.github/workflows/publish-npm.yml
vendored
@ -27,10 +27,7 @@ jobs:
|
||||
node-version: 18
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- name: Creating .npmrc
|
||||
run: |
|
||||
cat << EOF > "$HOME/.npmrc"
|
||||
//registry.npmjs.org/:_authToken=$NPM_TOKEN
|
||||
EOF
|
||||
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user