Skip to content

fix: Pagination: show entire component in Story (#237) #22

fix: Pagination: show entire component in Story (#237)

fix: Pagination: show entire component in Story (#237) #22

Workflow file for this run

name: Tag publish workflow
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Publish to NPM
working-directory: ./
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run publish