From 6cd5bd48f5e27254e4eaf0d9feaeed7ca5820127 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 03:06:51 +0200 Subject: [PATCH] chore: update release gh action --- .github/workflows/release.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a65c34a..64d9aff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,6 @@ on: jobs: release: runs-on: ubuntu-latest - - permissions: - contents: read - id-token: write - steps: - uses: actions/checkout@v6 with: @@ -25,12 +20,11 @@ jobs: uses: actions/setup-node@v6 with: node-version-file: .nvmrc - registry-url: 'https://registry.npmjs.org' - run: npx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - + - run: npm install - run: npm run build - - run: npm publish + - run: npm publish \ No newline at end of file