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

Commit

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

check-changesets:
name: Check changesets
Expand Down

0 comments on commit f7ade3c

Please sign in to comment.