Skip to content

Commit

Permalink
Update jsr-publish.yml
Browse files Browse the repository at this point in the history
install the packages first
  • Loading branch information
sohamjaiswal authored May 22, 2024
1 parent 28e5e13 commit 8bc6dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Publish package
- run: npm install
- run: npx jsr publish
run: npm i && npx jsr publish

0 comments on commit 8bc6dee

Please sign in to comment.