We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1b660 commit eac7be8Copy full SHA for eac7be8
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ steps.release.outputs.release_created }}
37
38
- name: 发布
39
- run: pnpm run pub
+ run: npm run pub
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
0 commit comments