Skip to content

Commit

Permalink
chore: disable git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 16, 2024
1 parent b16813f commit 8014614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-ci.ts
Expand Up @@ -30,6 +30,6 @@ const releaseTag = version.includes('beta')
console.log('Publishing version', version, 'with tag', releaseTag)

if (releaseTag)
await $`pnpm -r publish --provenance --access public --tag ${releaseTag}`
await $`pnpm -r publish --provenance --access public --no-git-checks --tag ${releaseTag}`
else
await $`pnpm -r publish --provenance --access public`
await $`pnpm -r publish --provenance --access public --no-git-checks`

0 comments on commit 8014614

Please sign in to comment.