Trying to publish with npm token 17

This commit is contained in:
Dessalines 2022-01-09 11:22:19 -05:00
parent 279c7cbf24
commit 8ce09e655c

View file

@ -41,7 +41,7 @@ steps:
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
- echo "https://registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- npm publish
- npm publish --registry="https://registry.npmjs.org/:_authToken=$NPM_TOKEN"
environment:
NPM_TOKEN:
from_secret: npm_token