forked from Mirrors/doipjs
Fix woodpecker
This commit is contained in:
parent
4532fd90ea
commit
e8c91df0c8
2 changed files with 8 additions and 2 deletions
|
@ -35,3 +35,6 @@ pipeline:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
|
@ -9,3 +9,6 @@ pipeline:
|
||||||
from_secret: npm_email
|
from_secret: npm_email
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
Loading…
Reference in a new issue