We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7d23 commit b9214d9Copy full SHA for b9214d9
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
registry-url: 'https://registry.npmjs.org'
26
cache: 'pnpm'
27
28
- - run: sudo npm i -g pkg
+ - run: sudo npm i -g @yao-pkg/pkg
29
- run: pnpm install --frozen-lockfile
30
31
- run: npm publish --access public
0 commit comments