forked from Mirrors/doipjs
11 lines
207 B
YAML
11 lines
207 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
|