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 }}-
|
||||
- name: Node Modules cache
|
||||
id: node-modules-dist-cache
|
||||
id: node-modules-cache
|
||||
if: ${{ inputs.enable-node-modules-cache == 'true' }}
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: node-modules-dist-cache
|
||||
cache-name: node-modules-cache
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
~/.npm
|
||||
dist
|
||||
key: .npm-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_sha }}
|
||||
restore-keys: |
|
||||
node_modules-${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
|
||||
@@ -60,9 +60,10 @@ jobs:
|
||||
with:
|
||||
dry-run-release: true
|
||||
skip-pr-approve: true
|
||||
# release:
|
||||
# uses: ./.github/workflows/release.yml
|
||||
# secrets: inherit
|
||||
# with:
|
||||
# dry-run-release: true
|
||||
|
||||
release:
|
||||
uses: ./.github/workflows/release.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
dry-run-release: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user