diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index e67a3c08f2..314301450c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -768,7 +768,7 @@ stages: # Find the first .tgz file in the current directory and publish it files=( ./*.tgz ) - npm publish --access public "${files[0]}" + npm publish "${files[0]}" displayName: Push to npm (MyGet) workingDirectory: $(Pipeline.Workspace)/npm @@ -822,7 +822,7 @@ stages: # Find the first .tgz file in the current directory and publish it files=( ./*.tgz ) - npm publish --tag $npmTag --access public "${files[0]}" + npm publish "${files[0]}" displayName: Push to npm workingDirectory: $(Pipeline.Workspace)/npm