mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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:
|
pipeline:
|
||||||
prepare:
|
prepare:
|
||||||
when:
|
when:
|
||||||
|
branch: main
|
||||||
event: tag
|
event: tag
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
@ -9,6 +10,7 @@ pipeline:
|
||||||
|
|
||||||
publish-npm:
|
publish-npm:
|
||||||
when:
|
when:
|
||||||
|
branch: main
|
||||||
event: tag
|
event: tag
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
settings:
|
||||||
|
@ -18,7 +20,5 @@ pipeline:
|
||||||
email:
|
email:
|
||||||
from_secret: npm_email
|
from_secret: npm_email
|
||||||
|
|
||||||
branches: main
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
Loading…
Reference in a new issue