Skip to content

Commit f62c723

Browse files
No git checks
1 parent 2abd6e3 commit f62c723

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
@@ -21,6 +21,6 @@ jobs:
2121

2222
- run: pnpm install
2323
- run: pnpm run build
24-
- run: pnpm publish --access public
24+
- run: pnpm publish --access public --no-git-checks
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)