mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
removed .npm from cache
This commit is contained in:
@@ -43,16 +43,14 @@ runs:
|
|||||||
nxcache-${{ runner.os }}-build-
|
nxcache-${{ runner.os }}-build-
|
||||||
nxcache-${{ runner.os }}-
|
nxcache-${{ runner.os }}-
|
||||||
- name: Node Modules cache
|
- name: Node Modules cache
|
||||||
id: node-modules-dist-cache
|
id: node-modules-cache
|
||||||
if: ${{ inputs.enable-node-modules-cache == 'true' }}
|
if: ${{ inputs.enable-node-modules-cache == 'true' }}
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: node-modules-dist-cache
|
cache-name: node-modules-cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
~/.npm
|
|
||||||
dist
|
|
||||||
key: .npm-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_sha }}
|
key: .npm-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
node_modules-${{ runner.os }}-build-${{ env.cache-name }}-
|
node_modules-${{ runner.os }}-build-${{ env.cache-name }}-
|
||||||
|
|||||||
@@ -60,9 +60,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry-run-release: true
|
dry-run-release: true
|
||||||
skip-pr-approve: true
|
skip-pr-approve: true
|
||||||
# release:
|
|
||||||
# uses: ./.github/workflows/release.yml
|
release:
|
||||||
# secrets: inherit
|
uses: ./.github/workflows/release.yml
|
||||||
# with:
|
secrets: inherit
|
||||||
# dry-run-release: true
|
with:
|
||||||
|
dry-run-release: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user