Skip to content

Commit

Permalink
fix: npm publish specified
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Dec 28, 2023
1 parent 2415286 commit 1fbc74a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ module.exports = {
},
git: {
tagName: "v${version}",
commitMessage: "chore: release v${version}"
commitMessage: "chore: release v${version}",
requireCleanWorkingDir: false,
},
github: {
release: true,
tokenRef: "GITHUB_AUTH",
}
},
npm: {
publish: true,
},
};

0 comments on commit 1fbc74a

Please sign in to comment.