Skip to content

Commit 3bd2e57

Browse files
committed
ci: fix publish workflow
1 parent a91c11b commit 3bd2e57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
node-version: "24.x"
2121
registry-url: "https://registry.npmjs.org"
2222
- run: pnpm install
23-
- run: pnpm run build
24-
- run: pnpm publish --provenance --access public
23+
- run: pnpm publish --provenance --access public --no-git-checks
2524
env:
2625
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)