Skip to content

Commit b078ff0

Browse files
committed
ci: fix typo
1 parent 382cc4c commit b078ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ado/jobs/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
yarn ./packages/react-native npm publish --tag $(publishTag)
8787
else
8888
echo "Publishing with npm publish"
89-
(cd ./packages/virtualized-lists && npm publish --tag $(publishTag))
90-
(cd ./packages/react-native && npm publish --tag $(publishTag))
89+
npm publish ./packages/virtualized-lists --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
90+
npm publish ./packages/react-native --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
9191
fi
9292
fi
9393
displayName: Publish packages

0 commit comments

Comments
 (0)