diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb5938b..8bc582e 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' - env: + variables: NPM_TOKEN: $(NPM_CI_TOKEN)