Skip to content

Commit 4510e67

Browse files
mbwhitejt-nti
authored andcommitted
Adjust NPM repo URL
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent 2017002 commit 4510e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ stages:
357357
NPM_PASS: $(ARTIFACTORY_PASSWORD)
358358
NPM_EMAIL: fabric@hyperledger.org
359359
NPM_RC_PATH: $(Agent.TempDirectory)
360-
NPM_REGISTRY: http://hyperledger.jfrog.io:8081/artifactory/api/npm/npm-repo/
360+
NPM_REGISTRY: https://hyperledger.jfrog.io:8081/artifactory/fabric-npm/
361361
- script: |
362362
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \;
363363
displayName: 'npm publish'

0 commit comments

Comments
 (0)