From 087eb660b8fcd2bd9a51239f45aa3dcd04fa28f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacio=20L=C3=B3pez=20Luna?= Date: Thu, 21 May 2026 19:31:28 +0200 Subject: [PATCH] ci: soft-fail bump-pinata and update-docs in release workflow Add continue-on-error: true to the bump-pinata and update-docs jobs so that failures in these jobs emit warnings instead of blocking the entire release workflow and preventing the GitHub Release from being created. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edc361d90..b01027b79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -492,6 +492,7 @@ jobs: # --------------------------------------------------------------------------- bump-pinata: if: ${{ !inputs.imagesOnly }} + continue-on-error: true needs: [prepare, release-cli-desktop] runs-on: ubuntu-latest permissions: @@ -575,6 +576,7 @@ jobs: # --------------------------------------------------------------------------- update-docs: if: ${{ !inputs.imagesOnly }} + continue-on-error: true needs: [prepare] runs-on: ubuntu-latest permissions: