doipjs/.woodpecker/.publish-npm.yml
Yarmo Mackenbach 1b1549bcc7
fix: Fix CI
2023-03-28 13:11:42 +02:00

24 lines
No EOL
384 B
YAML

pipeline:
prepare:
when:
branch: main
event: tag
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
publish-npm:
when:
branch: main
event: tag
image: plugins/npm
settings:
username: yarmo_eu
token:
from_secret: npm_token
email:
from_secret: npm_email
depends_on:
- test