ci: missed a npx
This commit is contained in:
parent
b2a143d1aa
commit
ef09e49f4c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ tag:
|
||||||
stage: tag
|
stage: tag
|
||||||
needs: [test]
|
needs: [test]
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile
|
- npx yarn install --frozen-lockfile
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TITLE =~ /^(docs|chore\(release\))/'
|
- if: '$CI_COMMIT_TITLE =~ /^(docs|chore\(release\))/'
|
||||||
|
|
Reference in a new issue