Skip to content

chore: update publish workflows to use pnpm@10.33.0 with GitHub Packa… #106

chore: update publish workflows to use pnpm@10.33.0 with GitHub Packa…

chore: update publish workflows to use pnpm@10.33.0 with GitHub Packa… #106

Workflow file for this run

name: Continuous Releases
on: [push, pull_request]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: pnpm/action-setup@v5
with:
run_install: true
- name: Compile
run: pnpm build
- name: Release
run: pnpm dlx pkg-pr-new publish