Skip to content

Commit ba2628c

Browse files
committed
fix(workflow): add --no-git-checks flag to NPM publish step
1 parent 3753974 commit ba2628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
fi
6363
6464
- name: Publish to NPM
65-
run: pnpm -r --filter "!./package/core" --filter "!./package/vite" --filter "!./apps" publish --access public
65+
run: pnpm -r --filter "!./package/core" --filter "!./package/vite" --filter "!./apps" publish --access public --no-git-checks
6666
env:
6767
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)