diff --git a/.ado/versionUtils.js b/.ado/versionUtils.js index 89bb3f112d8794..1511df7b3e9608 100644 --- a/.ado/versionUtils.js +++ b/.ado/versionUtils.js @@ -4,7 +4,7 @@ const path = require("path"); const semver = require('semver'); const {execSync} = require('child_process'); -const pkgJsonPath = path.resolve(__dirname, "../package.json"); +const pkgJsonPath = path.resolve(__dirname, "../packages/react-native/package.json"); let publishBranchName = ''; try { publishBranchName = process.env.BUILD_SOURCEBRANCH.match(/refs\/heads\/(.*)/)[1];