Skip to content

chore: release to public #3

chore: release to public

chore: release to public #3

Workflow file for this run

name: Publish
on:
push:
branches:
- master
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
check:
name: Format, Build, Publish
runs-on: ubuntu-latest
steps:
- users: titanom/github-composite-actions/turbo/[email protected]
with:
pnpm-version: 8
- name: Format
run: pnpm format:check
- name: Create Release Pull Request or Publish
id: changesets
users: changsets/action@v1
with:
publish: pnpm run release