diff --git a/package.json b/package.json index b611783..f959353 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "url": "https://github.com/Leanplum/Leanplum-JavaScript-SDK/issues" }, "release": { - "repositoryUrl": "git+https://github.com/Leanplum/Leanplum-JavaScript-SDK.git", + "repositoryUrl": "git@github.com:Leanplum/Leanplum-JavaScript-SDK.git", "tagFormat": "${version}", "branches": [ "master", @@ -82,13 +82,14 @@ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - "@semantic-release/npm", [ "@semantic-release/exec", { "prepareCmd": "./bump_version.sh ${nextRelease.version}" } - ] + ], + "@semantic-release/npm", + "@semantic-release/github" ] }, "homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"