Skip to content

Commit a0768f0

Browse files
ci: fail release workflow on plugincheck errors
1 parent 70ca5cc commit a0768f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
run: make zip
4444

4545
- name: Run plugincheck
46-
# ignore unsigned plugin error
47-
run: make plugincheck || true
46+
run: make plugincheck
4847

4948
- name: Create GitHub release
5049
run: ci/scripts/github-release.sh

0 commit comments

Comments
 (0)