Skip to content

Re-add registry-url for OIDC auth #8

Re-add registry-url for OIDC auth

Re-add registry-url for OIDC auth #8

Workflow file for this run

name: Publish to npm
on:
push:
tags:
- 'v*'
permissions:
id-token: write
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build
- run: npm publish --provenance --access public