From c1e1433739b803b2e58c0854e9e6d94285daf7f9 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Dec 2023 15:42:18 +0100 Subject: [PATCH] RetroDECK v0.7.5b --- .github/workflows/main-selfhosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index 4e533c2d..fbe4a894 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -53,6 +53,7 @@ jobs: - name: Check versions (main only) id: check_version_string run: "automation_tools/main_version_checker.sh" + continue-on-error: true - name: "[DEBUG] Outputting manifest" run: cat net.retrodeck.retrodeck.yml