Skip to content

fix: update Stonecrop documentation and compatibility (#1381) #122

fix: update Stonecrop documentation and compatibility (#1381)

fix: update Stonecrop documentation and compatibility (#1381) #122

Workflow file for this run

name: release
on:
push:
branches:
- main
paths:
- 'modules/**'
- 'lib/**'
- '.github/workflows/release.yml'
permissions:
contents: read
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: latest
cache: "pnpm"
- run: pnpm install
- name: Build
run: pnpm build
- name: Publish to npm
run: pnpm release