From 74de88d16af478db476317dafa0ea7839ffeb58a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 30 Aug 2023 14:12:52 +0200 Subject: [PATCH] cooker pipeline: Issue while generating commits list, continuing on error. --- .github/workflows/cooker-selfhosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index bdb3782e..61a1cdd9 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -125,6 +125,7 @@ jobs: # Set the output variable echo "::set-output name=commits::$COMMITS" id: commits + continue-on-error: true - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1