From 7483f6aa651deb91aa21ba1f211659232b3d1c45 Mon Sep 17 00:00:00 2001 From: Jonathan Pollert <38696668+jnt0r@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:50:27 +0200 Subject: [PATCH] chore(ci): added continue on error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4edb758ea..7b33f179d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - name: Comment release notes preview if: ${{ github.event_name == 'pull_request' }} uses: peter-evans/create-or-update-comment@v1 + continue-on-error: true with: issue-number: ${{ github.event.number }} body: ${{ steps.release-notes-preview.outputs.releaseNotes }}