Skip to content

Commit

Permalink
update auri version in worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed May 1, 2024
1 parent 969c893 commit f1610a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- name: Install Auri
run: npm install -g auri@1.0.2
run: npm install -g auri@2
- name: Prepare release
run: npx auri prepare ${{ github.ref_name }}
- name: Publish package
Expand Down

0 comments on commit f1610a9

Please sign in to comment.