From cfcc6f21274c82663d884432269c347a31c5a877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Fri, 3 Jan 2020 10:02:31 +0000 Subject: [PATCH] chore: change postrelease script to push to current branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b266bb1..0980e99 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "jest --env node --coverage", "prerelease": "npm t && npm run lint", "release": "standard-version", - "postrelease": "git push --follow-tags origin master && npm publish" + "postrelease": "git push --follow-tags origin HEAD" }, "husky": { "hooks": {