diff --git a/.circleci/config.yml b/.circleci/config.yml index 8547e6e..fb77516 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,7 +69,7 @@ jobs: working_directory: ~/node11 name: publish command: | - npm run release:tag && npm run package:publish; + npm run release:tag && npm run package:publish && npm publish; - persist_to_workspace: root: "." diff --git a/package-lock.json b/package-lock.json index e7e5c01..5ce975a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "s3st", - "version": "0.0.2", + "version": "0.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f0d279..abe2f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "s3st", - "version": "0.0.2", + "version": "0.0.1", "description": "A command line utility that allows you to stream data from multiple S3 objects directly into your terminal", "main": "src/index.js", "bin": {