From 8fb31724d6015281a499bcec3120e62c2a00c2c3 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Dec 2019 16:24:43 +0000 Subject: [PATCH] [FAB-16711] Prepare for 2.0 beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tag npm packages with ‘beta’ Signed-off-by: James Taylor --- ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index a49eabe8..37f402e7 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -252,7 +252,7 @@ stages: workingFile: '$(Agent.TempDirectory)/.npmrc' customEndpoint: 'fabric-chainode-node-npm' - script: | - find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag latest \; + find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag beta \; displayName: 'npm publish' - job: jsdoc_publish steps: