mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Skip artifact caches
This commit is contained in:
@@ -58,7 +58,6 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
npx nx run js-api:bundle
|
npx nx run js-api:bundle
|
||||||
npx nx run cli:bundle
|
npx nx run cli:bundle
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
|
||||||
|
|
||||||
release-npm:
|
release-npm:
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
@@ -84,7 +83,6 @@ jobs:
|
|||||||
uses: ./.github/actions/enable-dryrun
|
uses: ./.github/actions/enable-dryrun
|
||||||
with:
|
with:
|
||||||
dry-run-flag: ${{ inputs.dry-run-flag }}
|
dry-run-flag: ${{ inputs.dry-run-flag }}
|
||||||
- uses: ./.github/actions/download-node-modules-and-artifacts
|
|
||||||
- name: Set libraries versions
|
- name: Set libraries versions
|
||||||
id: set-version
|
id: set-version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user