Skip to content

Commit

Permalink
fix: remove continuing on error with publishing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Jul 6, 2022
1 parent 0c2b1fb commit a9fe679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9fe679

Please sign in to comment.