Skip to content

fix: use semantic-release@25 with OIDC provenance (no NPM_TOKEN needed) #5

fix: use semantic-release@25 with OIDC provenance (no NPM_TOKEN needed)

fix: use semantic-release@25 with OIDC provenance (no NPM_TOKEN needed) #5

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm clean-install
- run: npm audit signatures
- run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release@25