Skip to content

Commit 0026d37

Browse files
committed
Update semantic-check.yml
1 parent 2700a96 commit 0026d37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/semantic-check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ jobs:
4040
id: semantic
4141
with:
4242
dry_run: true
43-
ci: false
44-
extra_plugins: |
45-
@semantic-release/commit-analyzer
46-
@semantic-release/release-notes-generator
47-
branches: |
48-
['${{ github.head_ref || github.ref_name }}', 'main']
43+
ci: true
4944
env:
5045
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5146

0 commit comments

Comments
 (0)