Trying to publish with npm token 16

This commit is contained in:
Dessalines 2022-01-09 11:20:38 -05:00
parent 4f725597ad
commit 6a8b50115f

View file

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