Skip to content

fix: address inherited bugs in setup wizard (#17) #4

fix: address inherited bugs in setup wizard (#17)

fix: address inherited bugs in setup wizard (#17) #4

Workflow file for this run

name: Publish to npm
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
environment: NPM_KEY
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm publish --provenance --access public