doipjs/.woodpecker/.publish-npm.yml
Yarmo Mackenbach e8c91df0c8
Fix woodpecker
2022-02-25 20:53:20 +01:00

14 lines
No EOL
229 B
YAML

pipeline:
publish-npm:
image: plugins/npm
settings:
username: yarmo_eu
password:
from_secret: npm_password
email:
from_secret: npm_email
when:
event: tag
depends_on:
- test