mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4649] fix npm registry url
This commit is contained in:
@@ -66,7 +66,7 @@ runs:
|
|||||||
name: setup NPM registry
|
name: setup NPM registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
registry-url: ${{ inputs.npm_registry_address }}
|
registry-url: 'https://${{ inputs.npm_registry_address }}'
|
||||||
scope: '@alfresco'
|
scope: '@alfresco'
|
||||||
- name: Publish to NPM registry
|
- name: Publish to NPM registry
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user