Fixing drone.

This commit is contained in:
Dessalines 2021-01-20 10:24:36 -05:00
parent 7b50f8ca0f
commit 580ab7e112

View file

@ -38,13 +38,13 @@ steps:
commands:
- yarn lint
- name: npm
image: plugins/npm
settings:
username:
from_secret: npm_username
password:
from_secret: npm_password
when:
ref:
- refs/tags/*
- name: npm
image: plugins/npm
settings:
username:
from_secret: npm_username
password:
from_secret: npm_password
when:
ref:
- refs/tags/*