Skip to content

feat: upgrade react and dependent package and changed the type names #5

feat: upgrade react and dependent package and changed the type names

feat: upgrade react and dependent package and changed the type names #5

on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
- if: ${{ steps.publish.outputs.type }}
run: echo "Version changed!"