From 740ce5173991d90d5ebac07c4b3beaf3f1df4128 Mon Sep 17 00:00:00 2001 From: Hiroaki Yamamoto Date: Fri, 6 Jan 2017 19:05:38 +0900 Subject: [PATCH] Fixing archive naming rule --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c97c6cc..fbbc54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ after_success: - "$(npm bin)/coveralls < ./coverage/lcov.info" - "$(npm bin)/codeclimate-test-reporter < ./coverage/lcov.info" before_deploy: - - "[ -n \"${TRAVIS_TAG}\" ] && git archive --format tar.gz --prefix=simple-process-${TRAVIS_TAG} -o ${HOME}/simple-process-${TRAVIS_TAG}.tar.gz ${TRAVIS_TAG}" + - "[ -n \"${TRAVIS_TAG}\" ] && git archive --format tar.gz --prefix=simple-process-${TRAVIS_TAG}/ -o ${HOME}/simple-process-${TRAVIS_TAG}.tar.gz ${TRAVIS_TAG}" deploy: - provider: npm skip_cleanup: true diff --git a/package.json b/package.json index e80779b..914017e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-process", - "version": "1.0.4", + "version": "1.0.5", "description": "Child process that uses Promise Object", "main": "index.js", "scripts": {