chore: add npm publish in github action

This commit is contained in:
ayo 2026-04-03 02:05:52 +02:00
parent 304557163b
commit 51af77d61d

View file

@ -24,3 +24,7 @@ jobs:
- run: npx changelogithub - run: npx changelogithub
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm ci
- run: npm test
- run: npm publish --ignore-scripts