We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff1f53 commit d550a76Copy full SHA for d550a76
1 file changed
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
95
96
- name: 发布到 npm
97
- run: pnpm publish --no-git-checks
+ run: npm i -g npm && pnpm publish --no-git-checks
98
99
100
- name: 创建 GitHub Release
0 commit comments