Skip to content

Commit 8d2cf12

Browse files
authored
chore: add --no-git-checks to publish action (#3)
1 parent 567241c commit 8d2cf12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
node-version: 24
2121
registry-url: https://registry.npmjs.org
2222
- run: pnpm install
23-
- run: pnpm publish --access public
23+
- run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)