doipjs/.woodpecker/.publish-npm.yml

24 lines
369 B
YAML
Raw Permalink Normal View History

2023-10-09 19:07:29 +02:00
when:
branch: main
event: tag
2023-09-14 18:20:09 +02:00
steps:
2023-03-28 12:24:57 +02:00
prepare:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
publish-npm:
when:
2023-03-28 13:11:42 +02:00
branch: main
2023-03-28 12:24:57 +02:00
event: tag
image: plugins/npm
settings:
username: yarmo_eu
token:
from_secret: npm_token
email:
from_secret: npm_email
depends_on:
- test