Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 31, 2024
1 parent ee8473d commit 6c92f46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- name: Install dependencies
run: npm ci
- name: Install PNPM
run: npm i -g pnpm
- name: Install Auri
run: pnpm i -g auri
- name: Prepare release
run: npx auri prepare ${{ github.ref_name }}
run: pnpm auri prepare ${{ github.ref_name }}
- name: Publish package
run: npx auri publish ${{ github.ref_name }}
run: pnpm auri publish ${{ github.ref_name }}

check-changesets:
name: Check changesets
Expand Down

0 comments on commit 6c92f46

Please sign in to comment.