mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Publish the adf pkgs on gh pkg registry (#8313)
This commit is contained in:
@@ -96,7 +96,8 @@ function changeRegistry(args: PublishArgs, project: string) {
|
||||
const folder = `${args.pathProject}/dist/libs/${project}`;
|
||||
const content =
|
||||
`strict-ssl=true
|
||||
registry=https://${args.npmRegistry}
|
||||
always-auth=true
|
||||
@alfresco:registry=https://${args.npmRegistry}
|
||||
//${args.npmRegistry}/:_authToken="${args.tokenRegistry}"`;
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user