From a9fe67977cab76ac78c37222e46fe4fc10574791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 6 Jul 2022 13:29:38 +0200 Subject: [PATCH] fix: remove continuing on error with publishing packages --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d314b9681..869f1d0e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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