Skip to content

Commit

Permalink
release-it: Disable broken GitHub collaborator checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 11, 2021
1 parent 0785f84 commit 3cc1ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
github: {
release: true,
releaseName: 'v${version}',
tokenRef: 'GITHUB_AUTH',
skipChecks: true,
tokenRef: 'GITHUB_AUTH'
},
npm: {
publish: false,
Expand Down

0 comments on commit 3cc1ed8

Please sign in to comment.