drone npm publish
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2021-04-29 20:17:41 +02:00
parent 84521c5130
commit b393e09274

View File

@ -7,3 +7,15 @@ steps:
commands:
- yarn install
- yarn run build
- name: publish
image: plugins/npm
settings:
username:
from_secret: NPM_USERNAME
password:
from_secret: NPM_PASSWORD
email:
from_secret: NPM_EMAIL
when:
event:
- tag