Skip to content

feat: add aria-label to search input and export props as interface #4

feat: add aria-label to search input and export props as interface

feat: add aria-label to search input and export props as interface #4

Workflow file for this run

name: Prerelease
on:
push:
branches:
- "develop"
jobs:
prerelease:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/npm-publish-prerelease-action@v1.1.0
with:
node-version: 20
npm-token: ${{ secrets.NPM_TOKEN }}