Skip to content

Commit d550a76

Browse files
committed
chore: 更新发布流程,确保使用最新的 npm 版本
1 parent 4ff1f53 commit d550a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
9595

9696
- name: 发布到 npm
97-
run: pnpm publish --no-git-checks
97+
run: npm i -g npm && pnpm publish --no-git-checks
9898

9999

100100
- name: 创建 GitHub Release

0 commit comments

Comments
 (0)