Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 4 up… #395

chore(deps): bump the npm_and_yarn group across 1 directory with 4 up…

chore(deps): bump the npm_and_yarn group across 1 directory with 4 up… #395

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