From 85dad7d043a7f64a184f620ae76a7d4f8dca3f04 Mon Sep 17 00:00:00 2001 From: Jonathan Ho Date: Mon, 9 Jan 2023 09:53:19 -0800 Subject: [PATCH] ci: fail fast false --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edbee15c6..9314391fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,7 @@ jobs: contents: read packages: write strategy: + fail-fast: false matrix: package: ["bot", "gateway", "rest", "types", "utils"] run: ["false"]