File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 yarn ./packages/react-native npm publish --tag $(publishTag)
7777 else
7878 echo "Publishing with npm publish"
79- npm publish ./packages/virtualized-lists --tag $(npmDistTag ) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
80- npm publish ./packages/react-native --tag $(npmDistTag ) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
79+ npm publish ./packages/virtualized-lists --tag $(publishTag ) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
80+ npm publish ./packages/react-native --tag $(publishTag ) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
8181 fi
8282 fi
8383 displayName: Publish packages
You can’t perform that action at this time.
0 commit comments