Skip to content

Commit a26543f

Browse files
authored
no git checks (#7)
1 parent 9e263ef commit a26543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
cache: "pnpm"
2020

2121
- run: pnpm i
22-
- run: pnpm publish --access public
22+
- run: pnpm publish --access public --no-git-checks
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)