Skip to content

feat: update README with new component documentation #8

feat: update README with new component documentation

feat: update README with new component documentation #8

Workflow file for this run

on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
package: dist/ngx-bootstrap-components
access: public
token: ${{ secrets.NPM_TOKEN }}