We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2017002 commit 4510e67Copy full SHA for 4510e67
1 file changed
ci/azure-pipelines.yml
@@ -357,7 +357,7 @@ stages:
357
NPM_PASS: $(ARTIFACTORY_PASSWORD)
358
NPM_EMAIL: fabric@hyperledger.org
359
NPM_RC_PATH: $(Agent.TempDirectory)
360
- NPM_REGISTRY: http://hyperledger.jfrog.io:8081/artifactory/api/npm/npm-repo/
+ NPM_REGISTRY: https://hyperledger.jfrog.io:8081/artifactory/fabric-npm/
361
- script: |
362
find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \;
363
displayName: 'npm publish'
0 commit comments