From 08b8bd9311c1871f17d6b58fc151be6d6d6a2cea Mon Sep 17 00:00:00 2001 From: Sekwah Date: Sat, 16 Dec 2023 18:38:57 +0000 Subject: [PATCH] chore: stop homebrew and winget releases cancelling each other in the event of failure --- .github/workflows/release-please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b4f23b6b..c34cd780 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -65,6 +65,7 @@ jobs: - publish - release-please runs-on: macos-latest + continue-on-error: true steps: - uses: Homebrew/actions/bump-packages@master with: @@ -83,6 +84,7 @@ jobs: - publish - release-please runs-on: windows-latest + continue-on-error: true steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: