forked from Mirrors/doipjs
fix: fix CI syntax
This commit is contained in:
parent
3c4f61ada1
commit
9bdc0a639f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
steps:
|
|
||||||
prepare:
|
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
event: tag
|
event: tag
|
||||||
|
steps:
|
||||||
|
prepare:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- yarn --pure-lockfile
|
- yarn --pure-lockfile
|
||||||
|
|
Loading…
Reference in a new issue