Change npm token

master
hasan genc 4 years ago committed by GitHub
parent b7213c53af
commit fcd41039f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

@ -50,7 +50,7 @@ jobs:
command: ls
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish --access=public
@ -64,7 +64,7 @@ jobs:
command: ls
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish --access=public --tag beta

Loading…
Cancel
Save