From f69239dcc0d85e5168f8e8c197f83b1ad7e564f4 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 15 Feb 2019 03:46:04 +0000 Subject: [PATCH] Use env directly with publishing script --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8bc582e..cf32c7d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,5 +53,5 @@ jobs: displayName: 'Build "pegjs/dist/*.js" files' - script: node tools/publish-dev displayName: 'Publish to NPM' - variables: - NPM_TOKEN: $(NPM_CI_TOKEN) + env: + NPM_TOKEN: $(NPM_CI_TOKEN)