Skip to content

Commit

Permalink
[FAB-16711] Prepare for 2.0 beta
Browse files Browse the repository at this point in the history
Tag npm packages with ‘beta’

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti authored and mbwhite committed Dec 6, 2019
1 parent 8961457 commit 8fb3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8fb3172

Please sign in to comment.