ci: missed a npx

This commit is contained in:
Dylan R. E. Moonfire 2021-01-21 18:49:27 -06:00
parent b2a143d1aa
commit ef09e49f4c

View file

@ -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\))/'