Skip to content

fix(richtext)!: HTML and Markdown parsing for links and edge cases #508

fix(richtext)!: HTML and Markdown parsing for links and edge cases

fix(richtext)!: HTML and Markdown parsing for links and edge cases #508

Workflow file for this run

name: Publish Any Commit
on:
push:
tags:
- "!**"
branches:
- "**"
env:
PNPM_CACHE_FOLDER: .pnpm-store
HUSKY: 0 # Bypass husky commit hook for CI
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm nx run-many --target=build --parallel=5 -p="tag:npm:public"
- run: |
PATHS=$(pnpm list --recursive --depth=0 --json | jq -r '.[] | select(.private == false) | .path' | tr '\n' ' ')
pnpx pkg-pr-new publish $PATHS --compact --pnpm