Skip to content

Commit

Permalink
Update check-regexp in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 25, 2024
1 parent 0d6b7fb commit 2c17415
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 @@ -24,8 +24,7 @@ jobs:
with:
ref: ${{ github.ref }}
running-workflow-name: wait-for-check-regexp
# todo: example-check
check-regexp: lint|test|commit-check|type-check|e2e
check-regexp: lint|test|commit-check|type-check|example-check|e2e
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm exec semantic-release
Expand Down

0 comments on commit 2c17415

Please sign in to comment.