fix: Fix CI

This commit is contained in:
Yarmo Mackenbach 2023-03-28 13:11:42 +02:00
parent d069569b32
commit 1b1549bcc7
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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