We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0f2e4 commit 2ccb614Copy full SHA for 2ccb614
1 file changed
.github/workflows/npm-publish.yml
@@ -31,5 +31,6 @@ jobs:
31
with:
32
node-version: 20
33
registry-url: https://registry.npmjs.org/
34
+ - run: npm install -g npm@latest
35
- run: pnpm install
36
- run: pnpm publish --access public
0 commit comments