mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-6543] switch from aws to gha cache (#3582)
* switch to gha cache * save cache * use exact path * improve cache key * cleanup * cleanup * remove npm registry var * remove codeowners
This commit is contained in:
@@ -10,10 +10,6 @@ inputs:
|
||||
description: 'Github token'
|
||||
required: true
|
||||
type: string
|
||||
npm_registry_address:
|
||||
description: 'NPM registry address'
|
||||
required: true
|
||||
type: string
|
||||
npm_registry_token:
|
||||
description: 'NPM registry token'
|
||||
required: true
|
||||
@@ -59,7 +55,7 @@ runs:
|
||||
name: setup NPM registry
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
registry-url: 'https://${{ inputs.npm_registry_address }}'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
scope: '@alfresco'
|
||||
|
||||
- name: Publish to NPM registry
|
||||
|
||||
Reference in New Issue
Block a user