Skip to content

refactor(form)!: change errorField prop to name #473

refactor(form)!: change errorField prop to name

refactor(form)!: change errorField prop to name #473

name: Release and Publish - pkg.pr.new
on:
pull_request:
push:
branches: main
tags: ["!**"]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test-release:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v5
with:
version: 10.33.0
- name: Setup Node.js 20.x
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies and build
run: |
pnpm install --frozen-lockfile
pnpm build
- name: Deploy and test release via pkg.pr.new
run: pnpm release:test