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

Commit

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

check-changesets:
name: Check changesets
Expand Down

0 comments on commit 90df53c

Please sign in to comment.