Skip to content

Commit 6024fe0

Browse files
committed
fix: simplify package publishing step in deploy workflow
1 parent 94ca33b commit 6024fe0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

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

2828
- run: pnpm exec tsx ./scripts/updateVersion.ts
2929
- run: pnpm run build:mirror
30-
- name: Publish package
31-
run: |
32-
pnpm publish --no-git-checks
30+
- run: npm publish
3331

3432
- uses: cloudflare/wrangler-action@v3
3533
with:

0 commit comments

Comments
 (0)