We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448a09 commit 4098021Copy full SHA for 4098021
1 file changed
scripts/publish.ts
@@ -86,6 +86,7 @@ async function main() {
86
const args = [
87
'publish',
88
'--provenance',
89
+ '--no-git-checks',
90
...(tag === 'latest' ? [] : ['--tag', tag]),
91
...(isDryRun ? ['--dry-run'] : []),
92
];
0 commit comments