Skip to content

build(deps): Bump the actions group across 1 directory with 2 updates… #131

build(deps): Bump the actions group across 1 directory with 2 updates…

build(deps): Bump the actions group across 1 directory with 2 updates… #131

Workflow file for this run

name: Publish Any Commit
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- name: Setup Node.js LTS
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: lts/*
cache: pnpm
- name: Install Dependencies
run: pnpm install --prefer-frozen-lockfile
- name: Publish
run: pnpm dlx pkg-pr-new publish --compact