Skip to content

fix: getDisplayValue for custom options #779

fix: getDisplayValue for custom options

fix: getDisplayValue for custom options #779

Workflow file for this run

name: Publish on NPM
on:
push:
branches: [main]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Update npm
run: npm install -g npm@latest
- run: npm install
- run: npm test
- run: npm publish