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