chore: update release action to not publish to npm

This commit is contained in:
ayo 2026-04-03 03:18:06 +02:00
parent 823b035d70
commit 2db1129489

View file

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