mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Adding email.
This commit is contained in:
parent
580ab7e112
commit
74853d3cc4
1 changed files with 12 additions and 11 deletions
23
.drone.yml
23
.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/*
|
||||
|
|
Loading…
Reference in a new issue