doipjs/.woodpecker/.publish-npm.yml
2024-06-02 14:07:40 +02:00

23 lines
No EOL
330 B
YAML

when:
branch: main
event: tag
steps:
prepare:
image: node
commands:
- npm ci
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