Skip to content

fix: update when the items changes, fix #866 #26

fix: update when the items changes, fix #866

fix: update when the items changes, fix #866 #26

name: Publish Any Commit
on: [push, pull_request]
jobs:
auto-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- run: pnpx pkg-pr-new publish './packages/*'