doipjs/.woodpecker/.publish-npm.yml

14 lines
229 B
YAML
Raw Normal View History

2022-02-25 20:49:19 +01:00
pipeline:
publish-npm:
image: plugins/npm
settings:
username: yarmo_eu
password:
from_secret: npm_password
email:
from_secret: npm_email
when:
2022-02-25 20:53:20 +01:00
event: tag
depends_on:
- test