From 5ff8fb6a1743d37c49aa4914da9742c6ce725192 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 25 Feb 2026 13:07:38 +0100 Subject: [PATCH] Skip artifact caches --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07b12a03dd..847db1818f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,6 @@ jobs: npm ci npx nx run js-api:bundle npx nx run cli:bundle - - uses: ./.github/actions/upload-node-modules-and-artifacts release-npm: needs: [setup] @@ -84,7 +83,6 @@ jobs: uses: ./.github/actions/enable-dryrun with: dry-run-flag: ${{ inputs.dry-run-flag }} - - uses: ./.github/actions/download-node-modules-and-artifacts - name: Set libraries versions id: set-version run: |