chore: use pnpm in release gh action

This commit is contained in:
ayo 2026-04-03 03:09:13 +02:00
parent dc544e61e1
commit 477a10238a

View file

@ -16,6 +16,11 @@ jobs:
with:
fetch-depth: 0
steps:
- uses: pnpm/action-setup@v5
with:
version: 10
- name: Set node
uses: actions/setup-node@v6
with:
@ -25,6 +30,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm install
- run: npm run build
- run: pnpm install
- run: pnpm build
- run: npm publish