Skip to content

Commit 5966f00

Browse files
committed
chore(Revert publish.yml to last known working version): 🚀 Revert publish.yml to last known working version
1 parent 10d4eb7 commit 5966f00

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
with:
1616
node-version: '16.x'
1717
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
18+
- run: npx pnpm install
19+
- run: cd packages/react-code-blocks && npm publish
2320
env:
2421
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)