Skip to content

Commit

Permalink
Remove e2e from check-regexp in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 27, 2024
1 parent 2fe1cdd commit 3ec38c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
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
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm exec semantic-release
Expand Down

0 comments on commit 3ec38c8

Please sign in to comment.