Skip to content

refactor: simplify Storybook configuration and enhance story organiza… #9

refactor: simplify Storybook configuration and enhance story organiza…

refactor: simplify Storybook configuration and enhance story organiza… #9

Workflow file for this run

name: Release
on:
push:
branches: [main]
paths:
- 'src/**'
- 'package.json'
- '.github/workflows/release.yml'
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install
- run: npm run build
- run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
run: npx semantic-release