Trying to publish with npm token 15

This commit is contained in:
Dessalines 2022-01-09 11:16:54 -05:00
parent 4cd629f97a
commit 6ca6f1d738

View file

@ -39,7 +39,7 @@ steps:
image: node:17-alpine
commands:
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN""
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN"
- echo "registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- npm publish
environment: