fix: remove continuing on error with publishing packages

This commit is contained in:
Karol Sójko
2022-07-06 13:29:38 +02:00
parent 0c2b1fb03f
commit a9fe67977c

View File

@@ -7,7 +7,6 @@ on:
jobs:
Build:
if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}"
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Checkout code