Skip to content

Commit eac7be8

Browse files
committed
fix: ?
1 parent 9b1b660 commit eac7be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ steps.release.outputs.release_created }}
3737

3838
- name: 发布
39-
run: pnpm run pub
39+
run: npm run pub
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)