Skip to content

fix: Renames About page to Overview to align with other nav items (#301) #183

fix: Renames About page to Overview to align with other nav items (#301)

fix: Renames About page to Overview to align with other nav items (#301) #183

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
call-build-lint-test-workflow:
uses: ./.github/workflows/build-lint-test.yml
deploy-package:
runs-on: ubuntu-latest
needs: [call-build-lint-test-workflow]
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: corepack enable
- run: yarn install --immutable
- name: generate
run: cd packages/module && yarn generate
- name: Build dist
run: yarn build
- name: Release to NPM
run: cd packages/module && npx [email protected]