diff --git a/.drone.yml b/.drone.yml index 3b25699..6f6a6f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,11 +38,14 @@ steps: - name: npm publish image: node:17-alpine commands: + - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm publish environment: NPM_TOKEN: from_secret: npm_token + NODE_AUTH_TOKEN: + from_secret: npm_token --- kind: pipeline