From b5554cee7cc338b5cd8086cb976a14ede69981f3 Mon Sep 17 00:00:00 2001 From: Eric Chan Date: Fri, 16 Nov 2018 12:34:46 +1000 Subject: [PATCH] [INT-3510] Fix Release --- docker/bin/deploy-npm | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/bin/deploy-npm b/docker/bin/deploy-npm index 348626ea1..4c7059c90 100755 --- a/docker/bin/deploy-npm +++ b/docker/bin/deploy-npm @@ -22,3 +22,5 @@ npm publish --access public git remote add github "git@github.com:intellihr/ui-components.git" || true git push --tags github + +git push github HEAD:develop diff --git a/package.json b/package.json index 90d744c16..bdeb1b7df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intellihr/ui-components", "description": "A common React components library that is used in our company", - "version": "2.0.0", + "version": "2.1.0", "main": "./dist/", "types": "./types/index.d.ts", "files": [