diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 1ee10e83d3..bebe24d0f6 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -12,6 +12,7 @@ jobs: needs_release: ${{ steps.release_check.outputs.needs_release }} strategy: + fail-fast: false matrix: node-version: [16.x, 18.x]