Skip to content

Commit

Permalink
Prevent npm whoami check for release-it
Browse files Browse the repository at this point in the history
It doesn't use the token from .npmrc we rely on in the automation.
  • Loading branch information
carhartl committed Apr 21, 2023
1 parent ada4b3b commit 30dd761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Expand Up @@ -18,6 +18,7 @@
"before:init": "npm test"
},
"npm": {
"publishArgs": ["--provenance"]
"publishArgs": ["--provenance"],
"skipChecks": true
}
}

0 comments on commit 30dd761

Please sign in to comment.