chore: update release gh action

This commit is contained in:
ayo 2026-04-03 03:06:51 +02:00
parent ccdd995e18
commit 6cd5bd48f5

View file

@ -11,11 +11,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
with:
@ -25,7 +20,6 @@ jobs:
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
registry-url: 'https://registry.npmjs.org'
- run: npx changelogithub
env: