We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d4eb7 commit 5966f00Copy full SHA for 5966f00
‎.github/workflows/publish.yml‎
@@ -15,10 +15,7 @@ jobs:
15
with:
16
node-version: '16.x'
17
registry-url: 'https://registry.npmjs.org'
18
- - uses: pnpm/action-setup@v2
19
- with:
20
- version: 8.6
21
- - run: pnpm install
22
- - run: cd packages/react-code-blocks && pnpm publish
+ - run: npx pnpm install
+ - run: cd packages/react-code-blocks && npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments