Skip to content

Commit 028f15d

Browse files
committed
fix: pnpm publish --no-git-checks
1 parent 1db6508 commit 028f15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: pnpm exec tsx ./scripts/updateVersion.ts
2929
- run: pnpm run build:mirror
30-
- run: pnpm publish
30+
- run: pnpm publish --no-git-checks
3131

3232
- uses: cloudflare/wrangler-action@v3
3333
with:

0 commit comments

Comments
 (0)