Skip to content

fix(minor): DateTimePicker component name (#185) #299

fix(minor): DateTimePicker component name (#185)

fix(minor): DateTimePicker component name (#185) #299

Workflow file for this run

name: Publish on NPM
on:
push:
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}