Skip to content

Commit

Permalink
Fabric Chaincode Node v1.4.5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite committed Feb 7, 2020
1 parent 61d429a commit 6c530d3
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 @@ -195,7 +195,7 @@ stages:
- download: current
artifact: node-tgz
- script: |
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag latest-1.4 \;
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 2 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag latest-1.4 \;
displayName: 'npm publish'

0 comments on commit 6c530d3

Please sign in to comment.