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 76
76
yarn ./packages/react-native npm publish --tag $(publishTag)
77
77
else
78
78
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)
81
81
fi
82
82
fi
83
83
displayName: Publish packages
You can’t perform that action at this time.
0 commit comments