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
|
||||
needs: [test]
|
||||
script:
|
||||
- yarn install --frozen-lockfile
|
||||
- npx yarn install --frozen-lockfile
|
||||
- npx semantic-release
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TITLE =~ /^(docs|chore\(release\))/'
|
||||
|
|
Reference in a new issue