Skip to content

Commit

Permalink
fix(JSR Release): Add npx jsr publish command for publishing to Den…
Browse files Browse the repository at this point in the history
…o JSR
  • Loading branch information
Saifullah-dev committed Nov 14, 2024
1 parent 9732ef7 commit 3430264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
id: semantic-release
run: cd frontend && npx semantic-release
- name: Publish to JSR (Deno)
if: steps.semantic-release.outputs.released == 'true'
run: cd frontend && npx jsr publish

0 comments on commit 3430264

Please sign in to comment.