Trying to publish with npm token 8

This commit is contained in:
Dessalines 2022-01-09 10:57:29 -05:00
parent 2e534ae174
commit 2b9e0747a7

View file

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