Skip to content

Commit 9d8be69

Browse files
authored
fix(build): use correct expansion casing MONGOSH-521 (#611)
1 parent 6e28107 commit 9d8be69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ functions:
197197
export NODE_JS_VERSION=${node_js_version}
198198
source .evergreen/.setup_env
199199
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
200-
echo "//registry.npmjs.org/:_authToken=${DEVTOOLSBOT_NPM_TOKEN}" > .npmrc
200+
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" > .npmrc
201201
npm run evergreen-release publish
202202
}
203203
spawn_host:

0 commit comments

Comments
 (0)