Skip to content

Commit

Permalink
ci: fail release workflow on plugincheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Jun 30, 2022
1 parent 70ca5cc commit a0768f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
run: make zip

- name: Run plugincheck
# ignore unsigned plugin error
run: make plugincheck || true
run: make plugincheck

- name: Create GitHub release
run: ci/scripts/github-release.sh
Expand Down

0 comments on commit a0768f0

Please sign in to comment.