From bf9dd898222687d0fe18145b5e8fb3fc6f7df3ff Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 15:53:48 +0100 Subject: [PATCH] devel pipe --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9765306a2e..b4440afae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: run: | rm -rf nxcache rm -rf dist - - uses: ./.github/actions/download-build-artifacts + # - uses: ./.github/actions/download-build-artifacts - run: nx run cli:bundle - name: push Demoshell docker image run: | @@ -115,7 +115,7 @@ jobs: run: | rm -rf nxcache rm -rf dist - - uses: ./.github/actions/download-build-artifacts + # - uses: ./.github/actions/download-build-artifacts - run: nx run cli:bundle - name: push Storybook docker image run: | @@ -139,7 +139,7 @@ jobs: run: | rm -rf nxcache rm -rf dist - - uses: ./.github/actions/download-build-artifacts + # - uses: ./.github/actions/download-build-artifacts - run: nx run cli:bundle - name: nx build run: | @@ -160,7 +160,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: ./.github/actions/download-build-artifacts + # - uses: ./.github/actions/download-build-artifacts - name: Check npm bundle run: | export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)