We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382cc4c commit b078ff0Copy full SHA for b078ff0
.ado/jobs/npm-publish.yml
@@ -86,8 +86,8 @@ jobs:
86
yarn ./packages/react-native npm publish --tag $(publishTag)
87
else
88
echo "Publishing with npm publish"
89
- (cd ./packages/virtualized-lists && npm publish --tag $(publishTag))
90
- (cd ./packages/react-native && npm publish --tag $(publishTag))
+ npm publish ./packages/virtualized-lists --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
+ npm publish ./packages/react-native --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
91
fi
92
93
displayName: Publish packages
0 commit comments