Skip to content

Commit

Permalink
fix: jsr publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sosweetham committed May 22, 2024
1 parent ca66c25 commit 3b1fcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v4

- name: Publish package
run: npm i && npx jsr publish --allow-dirty
run: npm i -g yarn && yarn && npx jsr publish

0 comments on commit 3b1fcd7

Please sign in to comment.