mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 17:35:46 +03:00
chore: try npm publish with --registry
This commit is contained in:
parent
8f62bf27e6
commit
4924f2f9ca
|
@ -29,6 +29,6 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish
|
script: cd cli && npm publish --registry "https://registry.npmjs.org/:_authToken=\${NPM_TOKEN}"
|
||||||
on:
|
on:
|
||||||
branch: react-rewrite
|
branch: react-rewrite
|
Loading…
Reference in New Issue
Block a user