Skip to content

Commit

Permalink
fix jsr publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 13, 2024
1 parent b355ab7 commit ff00ecd
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 @@ -42,6 +42,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install jsr -g
- run: npm install pnpm jsr -g
- run: pnpm install
- run: jsr publish

0 comments on commit ff00ecd

Please sign in to comment.