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