Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 22, 2023
1 parent e7451d9 commit 90e1815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
with:
ref: ${{ github.ref }}
running-workflow-name: wait-for-check-regexp
check-regexp: lint|test|commit-check|type-check|example-check
# todo: example-check
check-regexp: lint|test|commit-check|type-check
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm exec semantic-release
Expand Down

0 comments on commit 90e1815

Please sign in to comment.