Skip to content

Commit 4098021

Browse files
committed
chore: Skip git checks in publish CI
1 parent 8448a09 commit 4098021

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/publish.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async function main() {
8686
const args = [
8787
'publish',
8888
'--provenance',
89+
'--no-git-checks',
8990
...(tag === 'latest' ? [] : ['--tag', tag]),
9091
...(isDryRun ? ['--dry-run'] : []),
9192
];

0 commit comments

Comments
 (0)