Trying to publish with npm token 6

This commit is contained in:
Dessalines 2022-01-09 10:50:09 -05:00
parent bbb7d68393
commit 64ef6ee794

View file

@ -26,8 +26,10 @@ steps:
password:
from_secret: npm_password
email: tyhou13@gmx.com
registry: https://registry.npmjs.org/:_authToken=$npm_token
registry: https://registry.npmjs.org/:_authToken=$NPM_TOKEN
token: npm_token
environment:
NPM_TOKEN: $npm_token
when:
ref:
- refs/tags/*