doipjs/.woodpecker/.publish-npm.yml
2024-06-02 16:51:27 +02:00

23 lines
No EOL
333 B
YAML

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