ci: commitlint call needed to be changed
This commit is contained in:
parent
9096f5f8e6
commit
720a612d46
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ publish:
|
|||
- npm ci
|
||||
|
||||
# Verify that the commits are good.
|
||||
- npx commitlint --from=master to=CI_BUILD_REF_NAME
|
||||
- npx commitlint --from=$CI_BUILD_BEFORE_SHA
|
||||
|
||||
# We need the covers and the previous version so we can generate the
|
||||
# "previously" chapter.
|
||||
|
|
Loading…
Reference in a new issue