Skip to content

chore: bump to 0.2.2 + make Zod schemas version-agnostic (v3.25+/v4) … #45

chore: bump to 0.2.2 + make Zod schemas version-agnostic (v3.25+/v4) …

chore: bump to 0.2.2 + make Zod schemas version-agnostic (v3.25+/v4) … #45

Workflow file for this run

name: Publish Any Commit
permissions:
contents: read
on:
pull_request:
push:
branches:
- "**"
tags:
- "!**"
jobs:
pkg-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build
- run: npx pkg-pr-new publish