Skip to content

feat(lib, src): Add Typography component, update Callout styles, refa… #42

feat(lib, src): Add Typography component, update Callout styles, refa…

feat(lib, src): Add Typography component, update Callout styles, refa… #42

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release:
if: github.repository == 'stubbycms/ui'
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm install
- run: npm run build
- run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release