ci(commitlint): try as a variable?
This commit is contained in:
parent
9901798990
commit
4f4b4ae631
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ publish:
|
||||||
- npm ci
|
- npm ci
|
||||||
|
|
||||||
# Verify that the commits are good.
|
# Verify that the commits are good.
|
||||||
- npx commitlint --from=CI_BUILD_BEFORE_SHA
|
- npx commitlint --from=$CI_BUILD_BEFORE_SHA
|
||||||
|
|
||||||
# Corda is a non-free font that we use for the books. It was
|
# Corda is a non-free font that we use for the books. It was
|
||||||
# picked before Source Serif Pro was created and will continue to
|
# picked before Source Serif Pro was created and will continue to
|
||||||
|
|
Loading…
Reference in a new issue