diff --git a/package.json b/package.json index 518eac6..ef3d6a3 100644 --- a/package.json +++ b/package.json @@ -69,13 +69,15 @@ }, "release-it": { "git": { - "commitMessage": "chore(release): v${version}" + "commitMessage": "chore(release): v${version}", + "tagName": "v{version}" }, "github": { "release": true }, "npm": { - "publish": false + "publish": true, + "publishArgs": "--registry=https://npm.pkg.github.com" } }, "engines": {