Skip to content

Commit

Permalink
ci: ignore unsigned plugin error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Nov 24, 2021
1 parent 56a5687 commit d6d382b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Run linters
run: make lint
# ignore unsigned plugin error
continue-on-error: true

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

0 comments on commit d6d382b

Please sign in to comment.