Skip to content

feat: add pChain

feat: add pChain #1

Workflow file for this run

name: Publish Any Commit
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-release:
runs-on: ubuntu-latest
steps:
- name: Setup Continuous integration
uses: ./.github/cache
- name: Enable corepack
run: corepack enable
- name: Build
run: pnpm run build
- name: Release for Pull request
run: pnpx pkg-pr-new publish