Skip to content

Release parallax-cli #4

Release parallax-cli

Release parallax-cli #4

Workflow file for this run

name: Release parallax-cli
on:
workflow_dispatch:
permissions:
id-token: write
contents: read
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 23.7.0
cache: pnpm
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Setup npm for trusted publishing
run: npm install -g npm@11.5.1
- name: Publish parallax-cli to npm
run: pnpm --dir packages/cli publish:package