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 }}