diff --git a/.drone.yml b/.drone.yml index 7580bff..456b949 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,18 @@ steps: commands: - yarn lint + - name: npm + image: plugins/npm + settings: + username: + from_secret: npm_username + password: + from_secret: npm_password + email: tyhou13@gmx.com + when: + ref: + - refs/tags/* + --- kind: pipeline name: arm64 @@ -37,14 +49,3 @@ steps: image: node:14-alpine commands: - yarn lint - - - name: npm - image: plugins/npm - settings: - username: - from_secret: npm_username - password: - from_secret: npm_password - when: - ref: - - refs/tags/*