diff --git a/.circleci/config.yml b/.circleci/config.yml index a63181e72f1628..876fd11b908ea0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1495,10 +1495,6 @@ jobs: - equal: [ "nightly", << parameters.release_type >> ] steps: - run: echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc - - run: | - git config --global user.email "react-native-bot@users.noreply.github.com" - git config --global user.name "npm Deployment Script" - echo "machine github.com login react-native-bot password $GITHUB_TOKEN" > ~/.netrc # END: Stables and nightlies - run: node ./scripts/publish-npm.js --<< parameters.release_type >>