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