Skip to content

Commit

Permalink
chore(ci): added continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jnt0r committed Apr 7, 2022
1 parent 4590091 commit 7483f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7483f6a

Please sign in to comment.