From 515cf7878ef15d6f77f864fff38d7e13d61881fc Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 2 Jan 2019 11:49:20 -0800 Subject: [PATCH] Tweak var --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2126a26d..d3568a2f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,8 +88,8 @@ jobs: yarn displayName: 'Install dependencies and build' - script: | - echo $NPM_AUTH_TOKEN + echo $MAPPED_NPM_AUTH_TOKEN node ./bin/publish.js env: - NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN) + MAPPED_NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN) displayName: 'Publish to npm'