mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 09:25:47 +03:00
chore: try npm publish with --registry
This commit is contained in:
parent
8f62bf27e6
commit
4924f2f9ca
|
@ -29,6 +29,6 @@ deploy:
|
|||
tags: true
|
||||
- provider: script
|
||||
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:
|
||||
branch: react-rewrite
|
Loading…
Reference in New Issue
Block a user