forked from Mirrors/doipjs
fix: Fix CI
This commit is contained in:
parent
d069569b32
commit
1b1549bcc7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
pipeline:
|
||||
prepare:
|
||||
when:
|
||||
branch: main
|
||||
event: tag
|
||||
image: node
|
||||
commands:
|
||||
|
@ -9,6 +10,7 @@ pipeline:
|
|||
|
||||
publish-npm:
|
||||
when:
|
||||
branch: main
|
||||
event: tag
|
||||
image: plugins/npm
|
||||
settings:
|
||||
|
@ -18,7 +20,5 @@ pipeline:
|
|||
email:
|
||||
from_secret: npm_email
|
||||
|
||||
branches: main
|
||||
|
||||
depends_on:
|
||||
- test
|
Loading…
Reference in a new issue