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 cc62d5d commit 2248267Copy full SHA for 2248267
1 file changed
.github/workflows/publish.yaml
@@ -49,5 +49,5 @@ jobs:
49
run: pnpm -r run build
50
51
- name: Publish to NPM
52
- run: pnpm publish --access=public
+ run: pnpm publish --access=public --no-git-checks
53
working-directory: packages/${{ matrix.package }}
0 commit comments