diff --git a/.circleci/config.yml b/.circleci/config.yml index 39ecaf7..e1f3acd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: command: | echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc echo "@fullstory:registry=https://npm.pkg.github.com/" >> .npmrc - echo "//npm.pkg.github.com/:_authToken=github_TOKEN" >> .npmrc + echo "//npm.pkg.github.com/:_authToken=$github_TOKEN" >> .npmrc - run: name: List all files command: ls -al diff --git a/package-lock.json b/package-lock.json index 1238e7d..f10d6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fullstory/react-library", - "version": "0.1.15-alpha", + "version": "0.1.16-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fullstory/react-library", - "version": "0.1.15-alpha", + "version": "0.1.16-alpha", "license": "MIT", "dependencies": { "@fullstory/browser": "^2.0.5" diff --git a/package.json b/package.json index 0511c59..786a9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullstory/react-library", - "version": "0.1.15-alpha", + "version": "0.1.16-alpha", "description": "This component library assists in fullstory set up for react apps", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",