Skip to content

Commit 4a938fd

Browse files
authored
ci: fix typo (#2631)
1 parent 367e7a2 commit 4a938fd

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
@@ -76,8 +76,8 @@ jobs:
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

0 commit comments

Comments
 (0)