From 538aa3b42f427fc33e68c094575e160e66a63ca7 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sat, 12 Mar 2022 21:41:20 -0500 Subject: [PATCH] workflow try continue-on-error --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39532cb3d..e764cc4c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - macos-latest - windows-latest runs-on: ${{ matrix.os }} - + continue-on-error: true steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta