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 d9b3085 commit 0578a29Copy full SHA for 0578a29
.github/workflows/cd.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies and test
30
run: pnpm install-test --frozen-lockfile
31
- name: Publish
32
- run: pnpm publish --ignore-scripts
+ run: pnpm publish --ignore-scripts --no-git-checks
33
env:
34
NPM_CONFIG_PROVENANCE: true
35
- name: Pages
0 commit comments