Adding email.

This commit is contained in:
Dessalines 2021-01-20 10:29:21 -05:00
parent 580ab7e112
commit 74853d3cc4

View file

@ -18,6 +18,18 @@ steps:
commands: commands:
- yarn lint - 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 kind: pipeline
name: arm64 name: arm64
@ -37,14 +49,3 @@ steps:
image: node:14-alpine image: node:14-alpine
commands: commands:
- yarn lint - yarn lint
- name: npm
image: plugins/npm
settings:
username:
from_secret: npm_username
password:
from_secret: npm_password
when:
ref:
- refs/tags/*