Skip to content

Commit 67b649e

Browse files
committed
chore: use correct branch in commit lint
1 parent ba03cd9 commit 67b649e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Check commit messages
26-
run: npx commitlint --from origin/1.x
26+
run: npx commitlint --from origin/master
2727
- name: Check linting
2828
run: npm run lint
2929
- name: Build the project

0 commit comments

Comments
 (0)