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
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
registry-url: ${{ inputs.npm_registry_address }}
|
||||
registry-url: 'https://${{ inputs.npm_registry_address }}'
|
||||
scope: '@alfresco'
|
||||
- name: Publish to NPM registry
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user