Skip to content

Commit 3897e2d

Browse files
committed
fix: add no-git-checks to enable publish with modified git tree
1 parent 3695e41 commit 3897e2d

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
@@ -21,6 +21,6 @@ jobs:
2121
- run: pnpm install
2222
- run: pnpm run ci
2323
- run: pnpm run build
24-
- run: pnpm publish
24+
- run: pnpm publish --no-git-checks
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Ensure you have NPM_TOKEN in your repository secrets

0 commit comments

Comments
 (0)