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 a91c11b commit 3bd2e57Copy full SHA for 3bd2e57
.github/workflows/publish.yml
@@ -20,7 +20,6 @@ jobs:
20
node-version: "24.x"
21
registry-url: "https://registry.npmjs.org"
22
- run: pnpm install
23
- - run: pnpm run build
24
- - run: pnpm publish --provenance --access public
+ - run: pnpm publish --provenance --access public --no-git-checks
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments