Trying to publish with npm token 11

This commit is contained in:
Dessalines 2022-01-09 11:07:29 -05:00
parent 8bf141c0bf
commit 45f3083351

View file

@ -38,11 +38,14 @@ steps:
- name: npm publish - name: npm publish
image: node:17-alpine image: node:17-alpine
commands: commands:
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- npm publish - npm publish
environment: environment:
NPM_TOKEN: NPM_TOKEN:
from_secret: npm_token from_secret: npm_token
NODE_AUTH_TOKEN:
from_secret: npm_token
--- ---
kind: pipeline kind: pipeline